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()
368 /** @hide */ public static final int O_CLOEXEC = placeholder(); field in OsConstants
393 initConstant(env, c, "O_CLOEXEC", O_CLOEXEC); in OsConstants_initConstants()