Home
last modified time | relevance | path

Searched defs:fcntl_dupfd_cloexec (Results 1 – 3 of 3) 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
/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