HomeSort by relevance Sort by last modified time
    Searched defs:PR_SET_NO_NEW_PRIVS (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/skia/experimental/webtry/
seccomp_bpf.h 29 #ifndef PR_SET_NO_NEW_PRIVS
30 # define PR_SET_NO_NEW_PRIVS 38
  /external/skia/experimental/webtry/
seccomp_bpf.h 27 #ifndef PR_SET_NO_NEW_PRIVS
28 # define PR_SET_NO_NEW_PRIVS 38
  /external/chromium_org/base/process/
launch_posix.cc 440 #ifndef PR_SET_NO_NEW_PRIVS
441 #define PR_SET_NO_NEW_PRIVS 38
444 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0) && errno != EINVAL) {
446 RAW_LOG(FATAL, "prctl(PR_SET_NO_NEW_PRIVS) failed");
  /bionic/libc/kernel/uapi/linux/
prctl.h 116 #define PR_SET_NO_NEW_PRIVS 38
  /development/ndk/platforms/android-L/include/linux/
prctl.h 116 #define PR_SET_NO_NEW_PRIVS 38
  /external/kernel-headers/original/uapi/linux/
prctl.h 147 #define PR_SET_NO_NEW_PRIVS 38
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
prctl.h 116 #define PR_SET_NO_NEW_PRIVS 38
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
prctl.h 116 #define PR_SET_NO_NEW_PRIVS 38
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
prctl.h 116 #define PR_SET_NO_NEW_PRIVS 38
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
prctl.h 116 #define PR_SET_NO_NEW_PRIVS 38
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
prctl.h 116 #define PR_SET_NO_NEW_PRIVS 38
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
prctl.h 116 #define PR_SET_NO_NEW_PRIVS 38
  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 76 #ifndef PR_SET_NO_NEW_PRIVS
77 #define PR_SET_NO_NEW_PRIVS 38
  /libcore/luni/src/main/java/android/system/
OsConstants.java 356 public static final int PR_SET_NO_NEW_PRIVS = placeholder();
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 151 milliseconds