Home
last modified time | relevance | path

Searched defs:owned_fd (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/
Dmmap_allocation.cc70 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd) in MMAPAllocation()
74 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd, in MMAPAllocation()
Dmmap_allocation_disabled.cc29 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd) in MMAPAllocation()
/external/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs310 let owned_fd = ret_owned_fd(c::accept(borrowed_fd(sockfd), null_mut(), null_mut()))?; in accept() localVariable
471 let owned_fd = ret_owned_fd(c::accept4( in accept_with() localVariable
486 let owned_fd = ret_owned_fd(c::accept( in acceptfrom() localVariable
516 let owned_fd = ret_owned_fd(c::accept4( in acceptfrom_with() localVariable
/external/rust/crates/rustix/src/backend/libc/
Dconv.rs35 pub(super) fn owned_fd(fd: OwnedFd) -> LibcFd { in owned_fd() function
/external/crosvm/rutabaga_gfx/src/cross_domain/sys/
Depoll_internal.rs62 let owned_fd = unsafe { OwnedFd::from_raw_fd(fd) }; in new() localVariable
/external/rust/crates/nix/src/sys/
Depoll.rs113 let owned_fd = unsafe { OwnedFd::from_raw_fd(fd) }; in new() localVariable
/external/rust/crates/rustix/src/backend/libc/fs/
Ddir.rs409 let mut owned_fd: crate::fd::OwnedFd = crate::fd::FromRawFd::from_raw_fd(raw_fd); in dir_iterator_handles_io_errors() localVariable
/external/rust/crates/nix/test/sys/
Dtest_socket.rs2783 let owned_fd = socket( in test_icmp_protocol() localVariable