Searched defs:sorted_paths (Results 1 – 2 of 2) sorted by relevance
68 pub fn sorted_paths(&self) -> Vec<PathBuf> { in sorted_paths() method
108 let mut sorted_paths: Vec<PathBuf> = fs::read_dir(dir_path) in get_sorted_paths_from_dir() localVariable