HomeSort by relevance Sort by last modified time
    Searched refs:CAP_SYS_BOOT (Results 51 - 57 of 57) sorted by null

1 23

  /system/core/include/private/
android_filesystem_capability.h 94 #define CAP_SYS_BOOT 22
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 92 CAP_SYS_BOOT = _capng.CAP_SYS_BOOT
  /external/kernel-headers/original/linux/
capability.h 287 #define CAP_SYS_BOOT 22
  /external/openssh/
uidswap.c 322 /* set CAP_SYS_BOOT capability, so "adb reboot" will succeed */
325 cap.effective = cap.permitted = (1 << CAP_SYS_BOOT);
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 74 public static final int CAP_SYS_BOOT = placeholder();
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 84 initConstant(env, c, "CAP_SYS_BOOT", CAP_SYS_BOOT);
  /external/strace/
system.c     [all...]

Completed in 351 milliseconds

1 23