Searched refs:CAP_LEASE (Results 1 – 5 of 5) sorted by relevance
104 assertEquals(28, OsConstants.CAP_LEASE); in test_CAP_constants()147 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_LEASE)); in test_CAP_TO_INDEX()188 assertEquals(1 << 28, CAP_TO_MASK(OsConstants.CAP_LEASE)); in test_CAP_TO_MASK()
138 public static final int CAP_LEASE; field in OsConstants139 static { CAP_LEASE = 0; }
205 public static final int CAP_LEASE = placeholder(); field in OsConstants
102 initConstant(env, c, "CAP_LEASE", CAP_LEASE); in OsConstants_initConstants()
189 field public static final int CAP_LEASE;