Home
last modified time | relevance | path

Searched refs:fcntl_getfd (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/rustix/src/io/
H A Dfcntl.rs26 pub fn fcntl_getfd<Fd: AsFd>(fd: Fd) -> io::Result<FdFlags> { in fcntl_getfd() functions
27 backend::io::syscalls::fcntl_getfd(fd.as_fd()) in fcntl_getfd()
H A Dmod.rs41 pub use fcntl::{fcntl_getfd, fcntl_setfd, FdFlags};
/third_party/rust/crates/rustix/src/fs/
H A Dfcntl.rs15 pub use crate::io::{fcntl_getfd, fcntl_setfd};
H A Dmod.rs135 pub use fcntl::{fcntl_getfd, fcntl_getfl, fcntl_setfd, fcntl_setfl};
/third_party/rust/crates/rustix/tests/fs/
H A Dfile.rs57 rustix::io::fcntl_getfd(&file).unwrap(), in test_file()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dsyscalls.rs399 pub(crate) fn fcntl_getfd(fd: BorrowedFd<'_>) -> io::Result<FdFlags> {

Completed in 3 milliseconds