Home
last modified time | relevance | path

Searched defs:F_SETFD (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.java288 public static final int F_SETFD = placeholder(); field in OsConstants