Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DFileDescriptor.java30 import static android.system.OsConstants.F_DUPFD_CLOEXEC;
184 int newDescriptor = Os.fcntlInt(this, F_DUPFD_CLOEXEC, 0); in cloneForFork()
/libcore/luni/src/main/java/android/system/
DOsConstants.java344 public static final int F_DUPFD_CLOEXEC = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp234 initConstant(env, c, "F_DUPFD_CLOEXEC", F_DUPFD_CLOEXEC); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt294 field public static final int F_DUPFD_CLOEXEC;