Searched refs:O_RDONLY (Results 51 - 55 of 55) sorted by relevance

123

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c267 dirFile = open ( fontDirPath, O_RDONLY, 0 );
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Ddgif_lib.c95 if ((FileHandle = open(FileName, O_RDONLY
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c885 jzfile *file = ZIP_Open_Generic(name, pmsg, O_RDONLY, 0);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2134 int file_descriptor= ::open(filename, O_RDONLY | O_NONBLOCK);
2295 int fd = ::open(filename, O_RDONLY);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1472 int file_descriptor=::open(name, O_RDONLY | O_BINARY, 0);

Completed in 86 milliseconds

123