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