Home
last modified time | relevance | path

Searched defs:read_dir (Results 1 – 11 of 11) sorted by relevance

/external/strace/
Dlargefile_wrappers.h45 # define read_dir readdir64 macro
53 # define read_dir readdir macro
/external/rust/crates/tokio/src/fs/
Dmod.rs72 mod read_dir; module
Dread_dir.rs33 pub async fn read_dir(path: impl AsRef<Path>) -> io::Result<ReadDir> { in read_dir() function
/external/rust/crates/fs-err/src/
Ddir.rs11 pub fn read_dir<P: Into<PathBuf>>(path: P) -> io::Result<ReadDir> { in read_dir() function
/external/rust/crates/fs-err/src/tokio/
Dread_dir.rs13 pub async fn read_dir(path: impl AsRef<Path>) -> io::Result<ReadDir> { in read_dir() function
Dmod.rs10 mod read_dir; module
/external/rust/crates/p9/src/server/
Dread_dir.rs116 pub fn read_dir<D: AsRawFd>(dir: &mut D, offset: libc::off64_t) -> Result<ReadDir<D>> { in read_dir() function
Dmod.rs5 mod read_dir; module
/external/crosvm/devices/src/virtio/fs/
Dmod.rs48 mod read_dir; module
Dpassthrough.rs567 let mut read_dir = ReadDir::new(dir, offset, &mut buf[..])?; in new() localVariable
/external/rust/crates/camino/src/
Dlib.rs1256 pub fn read_dir(&self) -> io::Result<fs::ReadDir> { in read_dir() method