HomeSort by relevance Sort by last modified time
    Searched refs:inheritable (Results 1 - 25 of 27) sorted by null

1 2

  /device/google/fuchsia/bioniccompat/include/sys/
capability.h 33 uint32_t inheritable; member in struct:__user_cap_data_struct
37 datap->effective = datap->permitted = datap->inheritable = 0;
  /external/toolchain-utils/crosperf/
field.py 8 def __init__(self, name, required, default, inheritable, description):
14 self.inheritable = inheritable
45 inheritable=False,
47 super(TextField, self).__init__(name, required, default, inheritable,
61 inheritable=False,
63 super(BooleanField, self).__init__(name, required, default, inheritable,
82 inheritable=False,
84 super(IntegerField, self).__init__(name, required, default, inheritable,
98 inheritable=False
    [all...]
  /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::__anon511
64 __le32 inheritable; member in struct:vfs_ns_cap_data::__anon512
  /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::__anon25401
87 __le32 inheritable; /* Little endian */ member in struct:vfs_ns_cap_data::__anon25402
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::__anon27283
154 * to the current process' inheritable set
  /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-ng/libcap-ng-0.7/src/
cap-ng.c 200 m.data.v1.inheritable = 0;
204 m.data.v3[0].inheritable = 0;
207 m.data.v3[1].inheritable = 0;
308 m.data.v3[0].inheritable = FIXUP(filedata->data[0].inheritable);
309 m.data.v3[1].inheritable = FIXUP(filedata->data[1].inheritable);
312 m.data.v3[0].permitted | m.data.v3[0].inheritable;
314 m.data.v3[1].permitted | m.data.v3[1].inheritable;
378 m.data.v3[idx].inheritable |= MASK(capability)
    [all...]
  /external/squashfs-tools/squashfs-tools/
android.c 113 cap_data.data[0].inheritable = 0;
115 cap_data.data[1].inheritable = 0;
  /external/python/cpython3/Include/
fileutils.h 165 PyAPI_FUNC(int) _Py_set_inheritable(int fd, int inheritable,
168 PyAPI_FUNC(int) _Py_set_inheritable_async_safe(int fd, int inheritable,
  /external/python/cpython3/Python/
fileutils.c 983 /* Get the inheritable flag of the specified file descriptor.
995 set_inheritable(int fd, int inheritable, int raise, int *atomic_flag_works)
1011 non-inheritable */
1012 assert(!(atomic_flag_works != NULL && inheritable));
1014 if (atomic_flag_works != NULL && !inheritable) {
1036 if (inheritable)
1054 if (inheritable)
1093 if (inheritable) {
1115 /* Make the file descriptor non-inheritable.
1123 /* Set the inheritable flag of the specified file descriptor
    [all...]
  /external/libcap/libcap/
cap_file.c 79 = FIXUP_32BITS(rawvfscap->data[i].inheritable);
160 rawvfscap->data[i].inheritable
libcap.h 82 * effective,inheritable and permitted. This is the type that the
96 __le32 inheritable; member in struct:_cap_vfs_cap_data::__anon27284
110 #define NUMBER_OF_CAP_SETS 3 /* effective, inheritable, permitted */
  /external/python/cpython2/Lib/multiprocessing/
forking.py 230 def duplicate(handle, target_process=None, inheritable=False):
235 0, inheritable, _subprocess.DUPLICATE_SAME_ACCESS
253 # get handle for read end of the pipe and make it inheritable
254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
  /external/python/cpython3/Lib/
socket.py 198 system resource. The new socket is non-inheritable.
447 def set_inheritable(self, inheritable):
448 os.set_handle_inheritable(self.fileno(), inheritable)
452 def set_inheritable(self, inheritable):
453 os.set_inheritable(self.fileno(), inheritable)
454 get_inheritable.__doc__ = "Get the inheritable flag of the socket"
455 set_inheritable.__doc__ = "Set the inheritable flag of the socket"
  /external/python/cpython3/Lib/multiprocessing/
reduction.py 71 def duplicate(handle, target_process=None, inheritable=False):
77 0, inheritable, _winapi.DUPLICATE_SAME_ACCESS)
  /external/android-clat/
clatd.c 181 * set the permitted, effective and inheritable capabilities of the current
191 cap[0].permitted = cap[0].effective = cap[0].inheritable = target_cap;
192 cap[1].permitted = cap[1].effective = cap[1].inheritable = target_cap >> 32;
  /external/openssh/
uidswap.c 304 cap.inheritable = 0;
  /external/python/cpython3/Modules/clinic/
posixmodule.c.h 3506 int inheritable = 1; local
5692 int inheritable; local
5760 int inheritable; local
    [all...]
  /external/python/cpython3/Lib/test/
test_subprocess.py     [all...]
test_os.py     [all...]
  /external/dnsmasq/src/
dnsmasq.c 365 data->effective = data->permitted = data->inheritable =
394 data->inheritable = 0;
    [all...]
  /external/wpa_supplicant_8/src/utils/
os_unix.c 384 cap.inheritable = 0;
  /external/syzkaller/vm/gvisor/
gvisor.go 354 "inheritable": [%[2]v],
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /external/syzkaller/executor/
common_linux.h     [all...]

Completed in 1953 milliseconds

1 2