Searched refs:JVM_O_EXCL (Results 1 – 2 of 2) sorted by relevance
76 #define JVM_O_EXCL O_EXCL macro
259 fd = JVM_Open(path, JVM_O_RDWR | JVM_O_CREAT | JVM_O_EXCL, 0666); in Java_java_io_UnixFileSystem_createFileExclusively0()