Searched refs:F_DUPFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
30 import static android.system.OsConstants.F_DUPFD_CLOEXEC;220 return new FileDescriptor(Os.fcntlInt(new FileDescriptor(fd), F_DUPFD_CLOEXEC, 0)); in dupFd()
279 public static final int F_DUPFD_CLOEXEC = placeholder(); field in OsConstants
229 initConstant(env, c, "F_DUPFD_CLOEXEC", F_DUPFD_CLOEXEC); in OsConstants_initConstants()