Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dmmap_allocation.cc70 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd) in MMAPAllocation()
74 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd, in MMAPAllocation()
H A Dmmap_allocation_disabled.cc29 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd) in MMAPAllocation()
/aosp_15_r20/system/nfc/tools/casimir/src/
H A Dmain.rs341 let owned_fd = inherited_fd::take_fd_ownership(unix_fd)?; in run() localVariable
360 let owned_fd = inherited_fd::take_fd_ownership(unix_fd)?; in run() localVariable
/aosp_15_r20/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
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/fd/
H A Dtests.rs28 let owned_fd: OwnedFd = unsafe { OwnedFd::from_raw_fd(raw_fd) }; in test_fd() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/fd/
H A Dtests.rs28 let owned_fd: OwnedFd = unsafe { OwnedFd::from_raw_fd(raw_fd) }; in test_fd() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/fd/
H A Dtests.rs28 let owned_fd: OwnedFd = unsafe { OwnedFd::from_raw_fd(raw_fd) }; in test_fd() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/fd/
H A Dtests.rs28 let owned_fd: OwnedFd = unsafe { OwnedFd::from_raw_fd(raw_fd) }; in test_fd() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/fd/
H A Dtests.rs28 let owned_fd: OwnedFd = unsafe { OwnedFd::from_raw_fd(raw_fd) }; in test_fd() localVariable
/aosp_15_r20/packages/modules/Virtualization/tests/authfs/common/src/
Dopen_then_run.rs36 owned_fd: OwnedFd, field
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/
Dconv.rs35 pub(super) fn owned_fd(fd: OwnedFd) -> LibcFd { in owned_fd() function
/aosp_15_r20/system/librustutils/
H A Dinherited_fd.rs85 let owned_fd = unsafe { OwnedFd::from_raw_fd(raw_fd) }; in init_once() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/
Depoll.rs113 let owned_fd = unsafe { OwnedFd::from_raw_fd(fd) }; in new() localVariable
/aosp_15_r20/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
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_socket.rs2783 let owned_fd = socket( in test_icmp_protocol() localVariable