Home
last modified time | relevance | path

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

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1084 public static final int SOCK_CLOEXEC; field in OsConstants
1085 static { SOCK_CLOEXEC = 0; }
/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java70 assertEquals(OsConstants.O_CLOEXEC, OsConstants.SOCK_CLOEXEC); in testConstantsEqual()
/libcore/luni/src/main/java/android/system/
DOsConstants.java688 public static final int SOCK_CLOEXEC = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp534 initConstant(env, c, "SOCK_CLOEXEC", SOCK_CLOEXEC); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt503 field public static final int SOCK_CLOEXEC;