Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java93 assertEquals(17, OsConstants.CAP_SYS_RAWIO); in test_CAP_constants()
136 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_SYS_RAWIO)); in test_CAP_TO_INDEX()
177 assertEquals(1 << 17, CAP_TO_MASK(OsConstants.CAP_SYS_RAWIO)); in test_CAP_TO_MASK()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java201 public static final int CAP_SYS_RAWIO; field in OsConstants
202 static { CAP_SYS_RAWIO = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java226 public static final int CAP_SYS_RAWIO = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp123 initConstant(env, c, "CAP_SYS_RAWIO", CAP_SYS_RAWIO); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt210 field public static final int CAP_SYS_RAWIO;