Searched refs:CAP_DAC_READ_SEARCH (Results 1 – 4 of 4) sorted by relevance
78 assertEquals(2, OsConstants.CAP_DAC_READ_SEARCH); in test_CAP_constants()121 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_DAC_READ_SEARCH)); in test_CAP_TO_INDEX()162 assertEquals(1 << 2, CAP_TO_MASK(OsConstants.CAP_DAC_READ_SEARCH)); in test_CAP_TO_MASK()
198 public static final int CAP_DAC_READ_SEARCH = placeholder(); field in OsConstants
95 initConstant(env, c, "CAP_DAC_READ_SEARCH", CAP_DAC_READ_SEARCH); in OsConstants_initConstants()
162 field public static final int CAP_DAC_READ_SEARCH;