Searched defs:PathBuf (Results 1 – 2 of 2) sorted by relevance
374 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()
138 pub fn get_file_dir(size: usize) -> PathBuf { in get_file_dir()