Searched refs:O_CREAT (Results 1 – 11 of 11) sorted by relevance
47 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()
30 import static android.system.OsConstants.O_CREAT;235 int flags = O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC); in FileOutputStream()
241 imode = O_RDWR | O_CREAT; in RandomAccessFile()
83 #define JVM_O_CREAT O_CREAT
91 fd = open(fname, O_WRONLY|O_CREAT, permission); in Java_java_util_prefs_FileSystemPreferences_lockFile0()
269 fd = handleOpen(path, O_RDWR | O_CREAT | O_EXCL, 0666); in Java_java_io_UnixFileSystem_createFileExclusively0()
108 (flags & O_CREAT) ? OPEN_ALWAYS : in ZFILE_Open()
402 public static final int O_CREAT = placeholder(); field in OsConstants
402 initConstant(env, c, "O_CREAT", O_CREAT); in OsConstants_initConstants()