Home
last modified time | relevance | path

Searched refs:fcntl_dupfd_cloexec (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/io/
Dfcntl.rs104 pub fn fcntl_dupfd_cloexec<Fd: AsFd>(fd: Fd, min: RawFd) -> io::Result<OwnedFd> { in fcntl_dupfd_cloexec() function
105 backend::io::syscalls::fcntl_dupfd_cloexec(fd.as_fd(), min) in fcntl_dupfd_cloexec()
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/maybe_polyfill/no_std/os/fd/
Downed.rs103 let fd = crate::io::fcntl_dupfd_cloexec(self, 0)?; in try_clone()
135 let fd = crate::io::fcntl_dupfd_cloexec(self, 3)?; in try_clone_to_owned()
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/
Dfcntl.rs23 pub use crate::io::fcntl_dupfd_cloexec;
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/io/
Dsyscalls.rs360 pub(crate) fn fcntl_dupfd_cloexec(fd: BorrowedFd<'_>, min: RawFd) -> io::Result<OwnedFd> { in fcntl_dupfd_cloexec() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/io/
Dsyscalls.rs284 pub(crate) fn fcntl_dupfd_cloexec(fd: BorrowedFd<'_>, min: RawFd) -> io::Result<OwnedFd> { in fcntl_dupfd_cloexec() function