Home
last modified time | relevance | path

Searched defs:raw_fd (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/tokio/src/net/unix/
Ducred.rs65 let raw_fd = sock.as_raw_fd(); in get_peer_cred() localVariable
112 let raw_fd = sock.as_raw_fd(); in get_peer_cred() localVariable
154 let raw_fd = sock.as_raw_fd(); in get_peer_cred() localVariable
186 let raw_fd = sock.as_raw_fd(); in get_peer_cred() localVariable
230 let raw_fd = sock.as_raw_fd(); in get_peer_cred() localVariable
/external/perfetto/src/base/
Dscoped_file_unittest.cc95 int raw_fd = OpenDevNull(); in TEST() local
143 int raw_fd = OpenDevNull(); in TEST() local
205 int raw_fd = OpenDevNull(); in TEST() local
/external/rust/crates/tokio/src/net/tcp/
Dsocket.rs594 let raw_fd = self.inner.into_raw_fd(); in connect() localVariable
650 let raw_fd = self.inner.into_raw_fd(); in listen() localVariable
703 let raw_fd = std_stream.into_raw_fd(); in from_std_stream() localVariable
/external/perfetto/src/profiling/perf/
Dtraced_perf.cc35 int raw_fd = static_cast<int>(strtol(sock_fd, &end, 10)); in GetRawInheritedListeningSocket() local
/external/crosvm/rutabaga_gfx/src/rutabaga_os/sys/unix/
Dshm.rs38 let raw_fd = memfd_create( in new() localVariable
/external/perfetto/src/profiling/memory/
Dheapprofd.cc53 int raw_fd = static_cast<int>(strtol(sock_fd, &end, 10)); in GetListeningSocket() local
Dheapprofd_producer.cc888 int raw_fd = pending_process.shmem.fd(); in OnDataAvailable() local
/external/crosvm/vm_control/src/sys/
Dunix.rs188 let raw_fd: Descriptor = Descriptor(fd.as_raw_descriptor()); in execute() localVariable
/external/e2fsprogs/lib/ext2fs/
Dqcow2.c159 int qcow2_write_raw_image(int qcow2_fd, int raw_fd, in qcow2_write_raw_image()
/external/crosvm/devices/src/virtio/vhost/user/
Dproxy.rs669 let raw_fd = R::get_ep(self).as_raw_descriptor(); in check_sibling_connection() localVariable