Searched refs:O_WRONLY (Results 1 – 10 of 10) sorted by relevance
73 #define JVM_O_WRONLY O_WRONLY
58 O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC)); in FileOutputStream_open()
123 int devnull = open("/dev/null", O_WRONLY); in fileClose()
89 fd = open(fname, O_WRONLY|O_CREAT, permission); in Java_java_util_prefs_FileSystemPreferences_lockFile0()
140 oflag_actual = O_WRONLY; in Java_sun_nio_ch_InheritedChannel_open0()
101 (flags & O_WRONLY) ? GENERIC_WRITE : in ZFILE_Open()
64 boolean writable = (mode & (O_WRONLY | O_RDWR | O_SYNC)) != 0; in newFileChannel()
48 private static final int O_WRONLY = 1; field in InheritedChannel
359 public static final int O_WRONLY = placeholder(); field in OsConstants
391 initConstant(env, c, "O_WRONLY", O_WRONLY); in OsConstants_initConstants()