Home
last modified time | relevance | path

Searched refs:fcntl_rdadvise (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
H A Dfcntl_darwin.rs11 pub fn fcntl_rdadvise<Fd: AsFd>(fd: Fd, offset: u64, len: u64) -> io::Result<()> { in fcntl_rdadvise() functions
12 backend::fs::syscalls::fcntl_rdadvise(fd.as_fd(), offset, len) in fcntl_rdadvise()
H A Dmod.rs137 pub use fcntl_darwin::{fcntl_fullfsync, fcntl_rdadvise};

Completed in 2 milliseconds