Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java98 assertEquals(22, OsConstants.CAP_SYS_BOOT); in test_CAP_constants()
141 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_SYS_BOOT)); in test_CAP_TO_INDEX()
182 assertEquals(1 << 22, CAP_TO_MASK(OsConstants.CAP_SYS_BOOT)); in test_CAP_TO_MASK()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java183 public static final int CAP_SYS_BOOT; field in OsConstants
184 static { CAP_SYS_BOOT = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java219 public static final int CAP_SYS_BOOT = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp116 initConstant(env, c, "CAP_SYS_BOOT", CAP_SYS_BOOT); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt204 field public static final int CAP_SYS_BOOT;