Searched refs:file_flags (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp834 int file_flags; local
842 file_flags = O_RDONLY;
847 file_flags = O_RDWR;
896 fd = open_sharedmem_file(rfilename, file_flags, CHECK);
/openjdk7/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp834 int file_flags; local
842 file_flags = O_RDONLY;
847 file_flags = O_RDWR;
896 fd = open_sharedmem_file(rfilename, file_flags, CHECK);
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp849 int file_flags; local
857 file_flags = O_RDONLY;
862 file_flags = O_RDWR;
911 fd = open_sharedmem_file(rfilename, file_flags, CHECK);

Completed in 36 milliseconds