Searched refs:CAP_LAST_CAP (Results 1 – 6 of 6) sorted by relevance
31 #undef CAP_LAST_CAP32 #define CAP_LAST_CAP CAP_AUDIT_READ macro42 using CapSet = std::bitset<CAP_LAST_CAP + 1>;
77 static_assert(CAP_LAST_CAP == CAP_CHECKPOINT_RESTORE, "CAP_LAST_CAP is not CAP_CHECKPOINT_RESTORE");79 static_assert(CAP_LAST_CAP == CAP_AUDIT_READ, "CAP_LAST_CAP is not CAP_AUDIT_READ");100 return CAP_LAST_CAP; in ComputeLastValidCap()
110 #define CAP_LAST_CAP CAP_AUDIT_READ macro111 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
835 if ((capability < 0) || (capability > OsConstants.CAP_LAST_CAP)) { in posixCapabilitiesAsBits()
1131 static_assert(CAP_LAST_CAP > 33, "CAP_LAST_CAP <= 32"); in TEST_F()1132 for (int i = 0; i < CAP_LAST_CAP; i += 3) { in TEST_F()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...