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

  /external/strace/
caps0.h 26 CAP_SYS_TIME,
  /external/libcap-ng/libcap-ng-0.7/src/
captab.h 48 _S(CAP_SYS_TIME, "sys_time" )
  /external/libcap/libcap/include/uapi/linux/
capability.h 296 #define CAP_SYS_TIME 25
  /external/strace/xlat/
cap.h 36 XLAT(CAP_SYS_TIME),
cap_mask0.h 36 XLAT_PAIR(1ULL<<CAP_SYS_TIME, "1<<CAP_SYS_TIME"),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
capability.h 294 #define CAP_SYS_TIME 25
  /system/core/libcutils/include/private/
android_filesystem_capability.h 97 #define CAP_SYS_TIME 25
  /bionic/libc/kernel/uapi/linux/
capability.h 95 #define CAP_SYS_TIME 25
  /external/kernel-headers/original/uapi/linux/
capability.h 311 #define CAP_SYS_TIME 25
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 95 CAP_SYS_TIME = _capng.CAP_SYS_TIME
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux_test.go 438 const CAP_SYS_TIME = 25
495 if caps.data[0].effective&(1<<uint(CAP_SYS_TIME)) == 0 {
496 fmt.Fprintln(os.Stderr, "CAP_SYS_TIME unexpectedly not in the effective capability mask")
523 // Add CAP_SYS_TIME to the permitted and inheritable capability mask,
525 caps.data[0].permitted |= 1 << uint(CAP_SYS_TIME)
526 caps.data[0].inheritable |= 1 << uint(CAP_SYS_TIME)
576 AmbientCaps: []uintptr{CAP_SYS_TIME},
  /prebuilts/go/linux-x86/src/syscall/
exec_linux_test.go 438 const CAP_SYS_TIME = 25
495 if caps.data[0].effective&(1<<uint(CAP_SYS_TIME)) == 0 {
496 fmt.Fprintln(os.Stderr, "CAP_SYS_TIME unexpectedly not in the effective capability mask")
523 // Add CAP_SYS_TIME to the permitted and inheritable capability mask,
525 caps.data[0].permitted |= 1 << uint(CAP_SYS_TIME)
526 caps.data[0].inheritable |= 1 << uint(CAP_SYS_TIME)
576 AmbientCaps: []uintptr{CAP_SYS_TIME},
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 669 OsConstants.CAP_SYS_TIME,
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 160 public static final int CAP_SYS_TIME = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 119 initConstant(env, c, "CAP_SYS_TIME", CAP_SYS_TIME);
    [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 520 milliseconds