Searched refs:O_CLOEXEC (Results 1 – 4 of 4) sorted by relevance
44 assertEquals(OsConstants.O_CLOEXEC, OsConstants.SOCK_CLOEXEC); in testConstantsEqual()
273 int preCloseFD = open("/dev/null", O_RDWR | O_CLOEXEC); in FileDispatcherImpl_preClose0()
401 public static final int O_CLOEXEC = placeholder(); field in OsConstants
401 initConstant(env, c, "O_CLOEXEC", O_CLOEXEC); in OsConstants_initConstants()