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/android-crates-io/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/android-crates-io/crates/rustix/src/backend/libc/
Dconv.rs35 pub(super) fn owned_fd(fd: OwnedFd) -> LibcFd { in owned_fd() function
/external/rust/android-crates-io/crates/nix/src/sys/
Depoll.rs113 let owned_fd = unsafe { OwnedFd::from_raw_fd(fd) }; in new() localVariable
/external/rust/android-crates-io/crates/tokio/src/net/unix/
Dpipe.rs745 let owned_fd = unsafe { OwnedFd::from_raw_fd(mio_pipe.into_raw_fd()) }; in into_nonblocking_fd() localVariable
1338 let owned_fd = unsafe { OwnedFd::from_raw_fd(mio_pipe.into_raw_fd()) }; in into_nonblocking_fd() localVariable
/external/rust/android-crates-io/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/android-crates-io/crates/nix/test/sys/
Dtest_socket.rs2797 let owned_fd = socket( in test_icmp_protocol() localVariable