Searched refs:O_WRONLY (Results 1 – 11 of 11) sorted by relevance
48 static final int O_WRONLY = OsConstants.O_WRONLY; field in UnixConstants
192 oflags = (flags.write) ? O_WRONLY : O_RDONLY; in open()
238 (O_WRONLY | in copyFile()
73 #define JVM_O_WRONLY O_WRONLY
58 O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC)); in FileOutputStream_open0()
132 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()
99 (flags & O_WRONLY) ? GENERIC_WRITE : in ZFILE_Open()
64 boolean writable = (mode & (O_WRONLY | O_RDWR | O_SYNC)) != 0; in newFileChannel()
379 public static final int O_WRONLY = placeholder(); field in OsConstants
404 initConstant(env, c, "O_WRONLY", O_WRONLY); in OsConstants_initConstants()