Home
last modified time | relevance | path

Searched defs:FD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java81 Os.fcntlInt(fis.getFD(), F_SETFD, FD_CLOEXEC); in testFcntlInt() local
/libcore/luni/src/main/java/android/system/
DOsConstants.java277 public static final int FD_CLOEXEC = placeholder(); field in OsConstants