Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/runtime-test/test/com/android/ravenwood/runtimetest/
DOsConstantsTest.java84 assertEquals(5, OsConstants.CAP_KILL); in test_CAP_constants()
127 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_KILL)); in test_CAP_TO_INDEX()
168 assertEquals(1 << 5, CAP_TO_MASK(OsConstants.CAP_KILL)); in test_CAP_TO_MASK()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java636 OsConstants.CAP_KILL, in forkSystemServer()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java205 public static final int CAP_KILL = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp119 initConstant(env, c, "CAP_KILL", CAP_KILL); in OsConstants_initConstants()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27674 field public static final int CAP_KILL;