Searched refs:CAP_IPC_OWNER (Results 1 – 5 of 5) sorted by relevance
91 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()
129 public static final int CAP_IPC_OWNER; field in OsConstants130 static { CAP_IPC_OWNER = 0; }
202 public static final int CAP_IPC_OWNER = placeholder(); field in OsConstants
99 initConstant(env, c, "CAP_IPC_OWNER", CAP_IPC_OWNER); in OsConstants_initConstants()
186 field public static final int CAP_IPC_OWNER;