OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cap_valid
(Results
26 - 27
of
27
) sorted by null
1
2
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
capability.h
117
#define
cap_valid
(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
macro
/system/core/include/private/
android_filesystem_capability.h
111
#define
cap_valid
(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
macro
Completed in 2959 milliseconds
1
2