Searched refs:CAP_AUDIT_CONTROL (Results 1 – 5 of 5) sorted by relevance
106 assertEquals(30, OsConstants.CAP_AUDIT_CONTROL); in test_CAP_constants()149 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_AUDIT_CONTROL)); in test_CAP_TO_INDEX()190 assertEquals(1 << 30, CAP_TO_MASK(OsConstants.CAP_AUDIT_CONTROL)); in test_CAP_TO_MASK()
102 public static final int CAP_AUDIT_CONTROL; field in OsConstants103 static { CAP_AUDIT_CONTROL = 0; }
193 public static final int CAP_AUDIT_CONTROL = placeholder(); field in OsConstants
90 initConstant(env, c, "CAP_AUDIT_CONTROL", CAP_AUDIT_CONTROL); in OsConstants_initConstants()
177 field public static final int CAP_AUDIT_CONTROL;