OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECURE_KEEP_CAPS
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/common/linux/
securebits.h
34
#define
SECURE_KEEP_CAPS
4
36
#define SECBIT_KEEP_CAPS (issecure_mask(
SECURE_KEEP_CAPS
))
39
#define SECURE_ALL_BITS (issecure_mask(SECURE_NOROOT) | issecure_mask(SECURE_NO_SETUID_FIXUP) | issecure_mask(
SECURE_KEEP_CAPS
))
/external/kernel-headers/original/linux/
securebits.h
40
#define
SECURE_KEEP_CAPS
4
43
#define SECBIT_KEEP_CAPS (issecure_mask(
SECURE_KEEP_CAPS
))
48
issecure_mask(
SECURE_KEEP_CAPS
))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
securebits.h
40
#define
SECURE_KEEP_CAPS
4
43
#define SECBIT_KEEP_CAPS (issecure_mask(
SECURE_KEEP_CAPS
))
48
issecure_mask(
SECURE_KEEP_CAPS
))
Completed in 29 milliseconds