Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java78 assertEquals(2, OsConstants.CAP_DAC_READ_SEARCH); in test_CAP_constants()
121 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_DAC_READ_SEARCH)); in test_CAP_TO_INDEX()
162 assertEquals(1 << 2, CAP_TO_MASK(OsConstants.CAP_DAC_READ_SEARCH)); in test_CAP_TO_MASK()
/libcore/luni/src/main/java/android/system/
DOsConstants.java198 public static final int CAP_DAC_READ_SEARCH = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp95 initConstant(env, c, "CAP_DAC_READ_SEARCH", CAP_DAC_READ_SEARCH); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt162 field public static final int CAP_DAC_READ_SEARCH;