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

  /external/libmojo/mojo/edk/embedder/
platform_channel_pair_posix.cc 40 int target_fd) {
42 if (file_handle_mapping[i].second == target_fd)
137 int target_fd = base::GlobalDescriptors::kBaseDescriptor; local
138 while (IsTargetDescriptorUsed(*handle_passing_info, target_fd))
139 target_fd++;
142 std::pair<int, int>(client_handle_.get().handle, target_fd));
143 return base::IntToString(target_fd);
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
epoll_file_descriptor.h 39 int Control(int op, int target_fd, epoll_event* ev) {
40 if (epoll_ctl(fd_.get(), op, target_fd, ev) < 0)
  /cts/hostsidetests/security/securityPatch/CVE-2016-8425/
poc.c 68 volatile int target_fd; variable
76 close(target_fd);
108 target_fd = o_args.channel_fd;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8426/
poc.c 68 volatile int target_fd; variable
76 close(target_fd);
108 target_fd = o_args.channel_fd;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8449/
poc.c 65 volatile int target_fd; variable
72 close(target_fd);
104 target_fd = o_args.channel_fd;
  /system/vold/
Loop.cpp 254 unique_fd target_fd(open(target.c_str(), O_RDWR | O_CLOEXEC));
255 if (target_fd.get() == -1) {
265 if (ioctl(device_fd.get(), LOOP_SET_FD, target_fd.get()) == -1) {
  /external/strace/
bpf.c 214 uint32_t target_fd, attach_bpf_fd, attach_type; member in struct:__anon30172
226 tprintf("{target_fd=");
227 printfd(tcp, attr.target_fd);
  /external/strace/tests/
bpf.c 117 .target_fd = -1,
211 ", {target_fd=-1, attach_bpf_fd=-1"
218 ", {target_fd=-1, attach_type=BPF_CGROUP_INET_INGRESS}, %u)"
  /external/strace/tests-m32/
bpf.c 117 .target_fd = -1,
211 ", {target_fd=-1, attach_bpf_fd=-1"
218 ", {target_fd=-1, attach_type=BPF_CGROUP_INET_INGRESS}, %u)"
  /external/strace/tests-mx32/
bpf.c 117 .target_fd = -1,
211 ", {target_fd=-1, attach_bpf_fd=-1"
218 ", {target_fd=-1, attach_type=BPF_CGROUP_INET_INGRESS}, %u)"
  /bionic/libc/kernel/uapi/linux/
bpf.h 177 __u32 target_fd; member in struct:bpf_attr::__anon444
  /external/kernel-headers/original/uapi/linux/
bpf.h 120 * to the given target_fd cgroup the descendent cgroup will be able to
177 __u32 target_fd; /* container object to attach to */ member in struct:bpf_attr::__anon21093

Completed in 291 milliseconds