Searched refs:O_CREAT (Results 1 – 11 of 11) sorted by relevance
54 static final int O_CREAT = OsConstants.O_CREAT; field in UnixConstants
211 oflags |= (O_CREAT | O_EXCL); in open()214 oflags |= O_CREAT; in open()
239 O_CREAT | in copyFile()
77 #define JVM_O_CREAT O_CREAT
58 O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC)); in FileOutputStream_open0()
89 fd = open(fname, O_WRONLY|O_CREAT, permission); in Java_java_util_prefs_FileSystemPreferences_lockFile0()
261 fd = handleOpen(path, O_RDWR | O_CREAT | O_EXCL, 0666); in Java_java_io_UnixFileSystem_createFileExclusively0()
106 (flags & O_CREAT) ? OPEN_ALWAYS : in ZFILE_Open()
240 imode = O_RDWR | O_CREAT; in RandomAccessFile()
370 public static final int O_CREAT = placeholder(); field in OsConstants
396 initConstant(env, c, "O_CREAT", O_CREAT); in OsConstants_initConstants()