Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java84 assertEquals(8, OsConstants.CAP_SETPCAP); in test_CAP_constants()
127 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_SETPCAP)); in test_CAP_TO_INDEX()
168 assertEquals(1 << 8, CAP_TO_MASK(OsConstants.CAP_SETPCAP)); in test_CAP_TO_MASK()
/libcore/luni/src/main/java/android/system/
DOsConstants.java216 public static final int CAP_SETPCAP = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp108 initConstant(env, c, "CAP_SETPCAP", CAP_SETPCAP); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt268 field public static final int CAP_SETPCAP;