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

  /external/libcap-ng/libcap-ng-0.7/src/
captab.h 63 #ifdef CAP_SYSLOG
64 _S(CAP_SYSLOG, "syslog" )
  /bionic/libc/kernel/common/linux/
capability.h 112 #define CAP_SYSLOG 34
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 334 #define CAP_SYSLOG 34
  /system/core/include/private/
android_filesystem_capability.h 106 #define CAP_SYSLOG 34
  /frameworks/native/cmds/dumpstate/
dumpstate.c 164 /* TODO: Make last_kmsg CAP_SYSLOG protected. b/5555691 */
431 capdata[CAP_TO_INDEX(CAP_SYSLOG)].permitted = CAP_TO_MASK(CAP_SYSLOG);
432 capdata[CAP_TO_INDEX(CAP_SYSLOG)].effective = CAP_TO_MASK(CAP_SYSLOG);
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 104 CAP_SYSLOG = _capng.CAP_SYSLOG
  /external/kernel-headers/original/linux/
capability.h 356 #define CAP_SYSLOG 34
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 76 public static final int CAP_SYSLOG = placeholder();
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 86 initConstant(env, c, "CAP_SYSLOG", CAP_SYSLOG);

Completed in 321 milliseconds