Searched refs:F_DUPFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
30 import static android.system.OsConstants.F_DUPFD_CLOEXEC;181 int newDescriptor = Os.fcntlInt(this, F_DUPFD_CLOEXEC, 0); in cloneForFork()
280 public static final int F_DUPFD_CLOEXEC = placeholder(); field in OsConstants
229 initConstant(env, c, "F_DUPFD_CLOEXEC", F_DUPFD_CLOEXEC); in OsConstants_initConstants()