Searched refs:CAP_SYS_BOOT (Results 1 – 5 of 5) sorted by relevance
98 assertEquals(22, OsConstants.CAP_SYS_BOOT); in test_CAP_constants()141 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_SYS_BOOT)); in test_CAP_TO_INDEX()182 assertEquals(1 << 22, CAP_TO_MASK(OsConstants.CAP_SYS_BOOT)); in test_CAP_TO_MASK()
183 public static final int CAP_SYS_BOOT; field in OsConstants184 static { CAP_SYS_BOOT = 0; }
219 public static final int CAP_SYS_BOOT = placeholder(); field in OsConstants
116 initConstant(env, c, "CAP_SYS_BOOT", CAP_SYS_BOOT); in OsConstants_initConstants()
204 field public static final int CAP_SYS_BOOT;