Searched refs:F_DUPFD_CLOEXEC (Results 1 – 5 of 5) sorted by relevance
32 import static android.system.OsConstants.F_DUPFD_CLOEXEC;206 int newDescriptor = Os.fcntlInt(this, F_DUPFD_CLOEXEC, 0); in cloneForFork()
513 public static final int F_DUPFD_CLOEXEC; field in OsConstants514 static { F_DUPFD_CLOEXEC = 0; }
340 public static final int F_DUPFD_CLOEXEC = placeholder(); field in OsConstants
234 initConstant(env, c, "F_DUPFD_CLOEXEC", F_DUPFD_CLOEXEC); in OsConstants_initConstants()
314 field public static final int F_DUPFD_CLOEXEC;