Searched refs:O_EXCL (Results 1 – 8 of 8) 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()
78 #define JVM_O_EXCL O_EXCL
299 fd = handleOpen(path, O_RDWR | O_CREAT | O_EXCL, 0666); in Java_java_io_UnixFileSystem_createFileExclusively0()
499 public static final int O_EXCL = placeholder(); field in OsConstants
415 initConstant(env, c, "O_EXCL", O_EXCL); in OsConstants_initConstants()
403 field public static final int O_EXCL;