Searched refs:CAP_AUDIT_CONTROL (Results 1 – 4 of 4) sorted by relevance
109 assertEquals(30, OsConstants.CAP_AUDIT_CONTROL); in test_CAP_constants()152 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_AUDIT_CONTROL)); in test_CAP_TO_INDEX()193 assertEquals(1 << 30, CAP_TO_MASK(OsConstants.CAP_AUDIT_CONTROL)); in test_CAP_TO_MASK()
195 public static final int CAP_AUDIT_CONTROL = placeholder(); field in OsConstants
109 initConstant(env, c, "CAP_AUDIT_CONTROL", CAP_AUDIT_CONTROL); in OsConstants_initConstants()
27664 field public static final int CAP_AUDIT_CONTROL;