Searched refs:O_RDWR (Results 1 – 12 of 12) sorted by relevance
67 boolean readable = (mode & (O_RDONLY | O_RDWR | O_SYNC)) != 0; in newFileChannel()68 boolean writable = (mode & (O_WRONLY | O_RDWR | O_SYNC)) != 0; in newFileChannel()
43 static final int O_RDWR = OsConstants.O_RDWR; field in UnixConstants
190 oflags = O_RDWR; in open()
80 #define JVM_O_RDWR O_RDWR
273 int preCloseFD = open("/dev/null", O_RDWR | O_CLOEXEC); in FileDispatcherImpl_preClose0()
269 fd = handleOpen(path, O_RDWR | O_CREAT | O_EXCL, 0666); in Java_java_io_UnixFileSystem_createFileExclusively0()
154 s = open (driver, O_RDWR); in getParam()
100 (flags & O_RDWR) ? (GENERIC_WRITE | GENERIC_READ) : in ZFILE_Open()
291 FileDescriptor fd = Os.open(temp.getPath(), OsConstants.O_RDWR, 0); in testOpen()
241 imode = O_RDWR | O_CREAT; in RandomAccessFile()
412 public static final int O_RDWR = placeholder(); field in OsConstants
405 initConstant(env, c, "O_RDWR", O_RDWR); in OsConstants_initConstants()