Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/io/
DOsTest.java68 Libcore.os.fcntlInt(fis.getFD(), F_SETFD, FD_CLOEXEC); in testFcntlInt() local
70 assertTrue((flags & FD_CLOEXEC) != 0); in testFcntlInt()
/libcore/ojluni/src/main/native/
DUNIXProcess_md.c758 if (fcntl(FAIL_FILENO, F_SETFD, FD_CLOEXEC) == -1) in childProcess()
/libcore/luni/src/main/java/android/system/
DOsConstants.java261 public static final int FD_CLOEXEC = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp224 initConstant(env, c, "FD_CLOEXEC", FD_CLOEXEC); in OsConstants_initConstants()