Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java91 assertEquals(15, OsConstants.CAP_IPC_OWNER); in test_CAP_constants()
134 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_IPC_OWNER)); in test_CAP_TO_INDEX()
175 assertEquals(1 << 15, CAP_TO_MASK(OsConstants.CAP_IPC_OWNER)); in test_CAP_TO_MASK()
/libcore/luni/src/main/java/android/system/
DOsConstants.java202 public static final int CAP_IPC_OWNER = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp99 initConstant(env, c, "CAP_IPC_OWNER", CAP_IPC_OWNER); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt166 field public static final int CAP_IPC_OWNER;