Searched refs:O_EXCL (Results 1 – 7 of 7) sorted by relevance
49 static final int O_EXCL = OsConstants.O_EXCL; field in UnixConstants
211 oflags |= (O_CREAT | O_EXCL); in open()
240 O_EXCL), in copyFile()
82 #define JVM_O_EXCL O_EXCL
269 fd = handleOpen(path, O_RDWR | O_CREAT | O_EXCL, 0666); in Java_java_io_UnixFileSystem_createFileExclusively0()
407 public static final int O_EXCL = placeholder(); field in OsConstants
404 initConstant(env, c, "O_EXCL", O_EXCL); in OsConstants_initConstants()