HomeSort by relevance Sort by last modified time
    Searched defs:SECURE_KEEP_CAPS (Results 26 - 36 of 36) sorted by null

12

  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/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))
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/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))
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/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))
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/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))
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/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))
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/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))
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/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))
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/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))
  /bionic/libc/kernel/uapi/linux/
securebits.h 31 #define SECURE_KEEP_CAPS 4
33 #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) | issecure_mask(SECURE_NO_CAP_AMBIENT_RAISE))
  /external/kernel-headers/original/uapi/linux/
securebits.h 40 #define SECURE_KEEP_CAPS 4
43 #define SECBIT_KEEP_CAPS (issecure_mask(SECURE_KEEP_CAPS))
56 issecure_mask(SECURE_KEEP_CAPS) | \
  /external/libcap/libcap/include/uapi/linux/
securebits.h 40 #define SECURE_KEEP_CAPS 4
43 #define SECBIT_KEEP_CAPS (issecure_mask(SECURE_KEEP_CAPS))
56 issecure_mask(SECURE_KEEP_CAPS) | \

Completed in 69 milliseconds

12