HomeSort by relevance Sort by last modified time
    Searched defs:inheritable (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/main/java/android/system/
StructCapUserData.java 33 /** Inheritable capability mask. */
34 public final int inheritable; /* __u32 */ field in class:StructCapUserData
39 public StructCapUserData(int effective, int permitted, int inheritable) {
42 this.inheritable = inheritable;
  /external/strace/
capability.c 64 uint32_t inheritable; member in struct:user_cap_data_struct
134 tprints(", inheritable=");
135 print_cap_bits(data[0].inheritable, len > 1 ? data[1].inheritable : 0);
  /external/libcap/libcap/
libcap.h 82 * effective,inheritable and permitted. This is the type that the
96 __le32 inheritable; member in struct:_cap_vfs_cap_data::__anon24117
110 #define NUMBER_OF_CAP_SETS 3 /* effective, inheritable, permitted */
  /bionic/libc/kernel/uapi/linux/
capability.h 35 __u32 inheritable; member in struct:__user_cap_data_struct
57 __le32 inheritable; member in struct:vfs_cap_data::__anon526
64 __le32 inheritable; member in struct:vfs_ns_cap_data::__anon527
  /external/kernel-headers/original/uapi/linux/
capability.h 47 __u32 inheritable; member in struct:__user_cap_data_struct
76 __le32 inheritable; /* Little endian */ member in struct:vfs_cap_data::__anon22732
87 __le32 inheritable; /* Little endian */ member in struct:vfs_ns_cap_data::__anon22733
169 * to the current process' inheritable set
  /external/libcap/libcap/include/uapi/linux/
capability.h 48 __u32 inheritable; member in struct:__user_cap_data_struct
73 __le32 inheritable; /* Little endian */ member in struct:vfs_cap_data::__anon24116
154 * to the current process' inheritable set
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
capability.h 48 __u32 inheritable; member in struct:__user_cap_data_struct
73 __le32 inheritable; /* Little endian */ member in struct:vfs_cap_data::__anon62407
152 * to the current process' inheritable set
  /system/core/libcutils/include/private/
android_filesystem_capability.h 45 __u32 inheritable; member in struct:__user_cap_data_struct
66 __le32 inheritable; member in struct:vfs_cap_data::__anon2789
  /external/python/cpython3/Modules/clinic/
posixmodule.c.h 3452 int inheritable = 1; local
5519 int inheritable; local
5587 int inheritable; local
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 1128 __vki_u32 inheritable; member in struct:__vki_user_cap_data_struct
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/
log4j-api-2.5.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 496 milliseconds