Searched refs:O_CLOEXEC (Results 1 – 8 of 8) sorted by relevance
843 public static final int O_CLOEXEC; field in OsConstants844 static { O_CLOEXEC = 0; }
273 int preCloseFD = open("/dev/null", O_RDWR | O_CLOEXEC); in FileDispatcherImpl_preClose0()
464 if ((dir_fd = syscall(__NR_openat, AT_FDCWD, FD_DIR, O_CLOEXEC | O_DIRECTORY | O_RDONLY)) == -1) in closeDescriptors()
303 imode = setCloExecFlag ? imode | O_CLOEXEC : imode; in RandomAccessFile()
70 assertEquals(OsConstants.O_CLOEXEC, OsConstants.SOCK_CLOEXEC); in testConstantsEqual()
494 public static final int O_CLOEXEC = placeholder(); field in OsConstants
417 initConstant(env, c, "O_CLOEXEC", O_CLOEXEC); in OsConstants_initConstants()
423 field public static final int O_CLOEXEC;