Searched defs:collect_paths (Results 1 – 2 of 2) sorted by relevance
47 fn collect_paths<'a, I, P>(iter: I) -> Result<Vec<Path>> in collect_paths() function
135 fn collect_paths(dir: &Path, skip_lost_found: bool) -> BTreeSet<(String, PathBuf)> { in collect_paths() function