Home
last modified time | relevance | path

Searched refs:F_DUPFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DFileDescriptor.java30 import static android.system.OsConstants.F_DUPFD_CLOEXEC;
220 return new FileDescriptor(Os.fcntlInt(new FileDescriptor(fd), F_DUPFD_CLOEXEC, 0)); in dupFd()
/libcore/luni/src/main/java/android/system/
DOsConstants.java279 public static final int F_DUPFD_CLOEXEC = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp229 initConstant(env, c, "F_DUPFD_CLOEXEC", F_DUPFD_CLOEXEC); in OsConstants_initConstants()