Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java44 assertEquals(OsConstants.O_CLOEXEC, OsConstants.SOCK_CLOEXEC); in testConstantsEqual()
/libcore/luni/src/main/java/android/system/
DOsConstants.java669 public static final int SOCK_CLOEXEC = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp523 initConstant(env, c, "SOCK_CLOEXEC", SOCK_CLOEXEC); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt477 field public static final int SOCK_CLOEXEC;