Searched refs:O_CLOEXEC (Results 1 – 5 of 5) 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()
481 public static final int O_CLOEXEC = placeholder(); field in OsConstants
406 initConstant(env, c, "O_CLOEXEC", O_CLOEXEC); in OsConstants_initConstants()
398 field public static final int O_CLOEXEC;