Searched refs:CAP_LAST_CAP (Results 1 – 7 of 7) sorted by relevance
20 constexpr int kMaxCapNumber = (CAP_TO_INDEX(CAP_LAST_CAP) + 1);
108 #if defined(CAP_LAST_CAP) in OsConstants_initConstants()120 initConstant(env, c, "CAP_LAST_CAP", CAP_LAST_CAP); in OsConstants_initConstants()
117 assertEquals(40, OsConstants.CAP_LAST_CAP); in test_CAP_constants()
750 if ((capability < 0) || (capability > OsConstants.CAP_LAST_CAP)) { in posixCapabilitiesAsBits()
206 public static final int CAP_LAST_CAP = placeholder(); field in OsConstants
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27675 field public static final int CAP_LAST_CAP;