Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java101 assertEquals(25, OsConstants.CAP_SYS_TIME); in test_CAP_constants()
144 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_SYS_TIME)); in test_CAP_TO_INDEX()
185 assertEquals(1 << 25, CAP_TO_MASK(OsConstants.CAP_SYS_TIME)); in test_CAP_TO_MASK()
/libcore/luni/src/main/java/android/system/
DOsConstants.java228 public static final int CAP_SYS_TIME = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp125 initConstant(env, c, "CAP_SYS_TIME", CAP_SYS_TIME); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt192 field public static final int CAP_SYS_TIME;