HomeSort by relevance Sort by last modified time
    Searched refs:CAP_SYS_RAWIO (Results 1 - 19 of 19) sorted by null

  /external/strace/
caps0.h 18 CAP_SYS_RAWIO,
  /system/core/trusty/storage/proxy/
proxy.c 85 capdata[CAP_TO_INDEX(CAP_SYS_RAWIO)].permitted = CAP_TO_MASK(CAP_SYS_RAWIO);
86 capdata[CAP_TO_INDEX(CAP_SYS_RAWIO)].effective = CAP_TO_MASK(CAP_SYS_RAWIO);
  /external/libcap-ng/libcap-ng-0.7/src/
captab.h 40 _S(CAP_SYS_RAWIO, "sys_rawio" )
  /external/libcap/libcap/include/uapi/linux/
capability.h 212 #define CAP_SYS_RAWIO 17
  /external/strace/xlat/
cap.h 28 XLAT(CAP_SYS_RAWIO),
cap_mask0.h 28 XLAT_PAIR(1ULL<<CAP_SYS_RAWIO, "1<<CAP_SYS_RAWIO"),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
capability.h 210 #define CAP_SYS_RAWIO 17
  /system/core/libcutils/include/private/
android_filesystem_capability.h 89 #define CAP_SYS_RAWIO 17
  /bionic/libc/kernel/uapi/linux/
capability.h 87 #define CAP_SYS_RAWIO 17
  /external/kernel-headers/original/uapi/linux/
capability.h 227 #define CAP_SYS_RAWIO 17
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 87 CAP_SYS_RAWIO = _capng.CAP_SYS_RAWIO
  /system/bt/tools/mcap_tool/
mcap_tool.cc 190 cap[CAP_TO_INDEX(CAP_SYS_RAWIO)].permitted |= CAP_TO_MASK(CAP_SYS_RAWIO);
199 cap[CAP_TO_INDEX(CAP_SYS_RAWIO)].effective |= CAP_TO_MASK(CAP_SYS_RAWIO);
  /libcore/luni/src/main/java/android/system/
OsConstants.java 158 public static final int CAP_SYS_RAWIO = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 117 initConstant(env, c, "CAP_SYS_RAWIO", CAP_SYS_RAWIO);
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 124 milliseconds