Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java81 assertEquals(5, OsConstants.CAP_KILL); in test_CAP_constants()
124 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_KILL)); in test_CAP_TO_INDEX()
165 assertEquals(1 << 5, CAP_TO_MASK(OsConstants.CAP_KILL)); in test_CAP_TO_MASK()
/libcore/luni/src/main/java/android/system/
DOsConstants.java203 public static final int CAP_KILL = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp100 initConstant(env, c, "CAP_KILL", CAP_KILL); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt167 field public static final int CAP_KILL;