Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/runtime-test/test/com/android/ravenwood/runtimetest/
DOsConstantsTest.java81 assertEquals(2, OsConstants.CAP_DAC_READ_SEARCH); in test_CAP_constants()
124 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_DAC_READ_SEARCH)); in test_CAP_TO_INDEX()
165 assertEquals(1 << 2, CAP_TO_MASK(OsConstants.CAP_DAC_READ_SEARCH)); in test_CAP_TO_MASK()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java200 public static final int CAP_DAC_READ_SEARCH = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp114 initConstant(env, c, "CAP_DAC_READ_SEARCH", CAP_DAC_READ_SEARCH); in OsConstants_initConstants()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27669 field public static final int CAP_DAC_READ_SEARCH;