Searched refs:O_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
271 int preCloseFD = open("/dev/null", O_RDWR | O_CLOEXEC); in FileDispatcherImpl_preClose0()
369 public static final int O_CLOEXEC = placeholder(); field in OsConstants
395 initConstant(env, c, "O_CLOEXEC", O_CLOEXEC); in OsConstants_initConstants()