Searched refs:CAP_KILL (Results 1 – 5 of 5) sorted by relevance
84 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()
636 OsConstants.CAP_KILL, in forkSystemServer()
205 public static final int CAP_KILL = placeholder(); field in OsConstants
119 initConstant(env, c, "CAP_KILL", CAP_KILL); in OsConstants_initConstants()
27674 field public static final int CAP_KILL;