Home
last modified time | relevance | path

Searched defs:PathBuf (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dasync_dir.rs374 pub async fn read_link<P: AsRef<Path>>(path: P) -> io::Result<PathBuf> { in read_link()
488 pub async fn canonicalize<P: AsRef<Path>>(path: P) -> io::Result<PathBuf> { in canonicalize()
649 pub fn path(&self) -> PathBuf { in path()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/task_helpers/
H A Dmod.rs138 pub fn get_file_dir(size: usize) -> PathBuf { in get_file_dir()