HomeSort by relevance Sort by last modified time
    Searched refs:CAP_SYS_PTRACE (Results 76 - 83 of 83) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
capability.h 94 #define CAP_SYS_PTRACE 19
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
capability.h 94 #define CAP_SYS_PTRACE 19
  /system/core/include/private/
android_filesystem_capability.h 91 #define CAP_SYS_PTRACE 19
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 89 CAP_SYS_PTRACE = _capng.CAP_SYS_PTRACE
  /external/oprofile/module/
oprofile.c 309 if (!capable(CAP_SYS_PTRACE))
371 if (!capable(CAP_SYS_PTRACE))
  /libcore/luni/src/main/java/android/system/
OsConstants.java 139 public static final int CAP_SYS_PTRACE = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 105 initConstant(env, c, "CAP_SYS_PTRACE", CAP_SYS_PTRACE);
  /prebuilts/sdk/21/
android.jar 

Completed in 197 milliseconds

1 2 34