Home
last modified time | relevance | path

Searched refs:sorted_ents (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/walkdir/src/tests/
Drecursive.rs334 let ents = r.sorted_ents(); in sym_root_file_nofollow()
365 let ents = r.sorted_ents(); in sym_root_file_follow()
396 let ents = r.sorted_ents(); in sym_root_dir_nofollow()
432 let ents = r.sorted_ents(); in sym_root_dir_follow()
467 let ents = r.sorted_ents(); in sym_file_nofollow()
503 let ents = r.sorted_ents(); in sym_file_follow()
540 let ents = r.sorted_ents(); in sym_dir_nofollow()
577 let ents = r.sorted_ents(); in sym_dir_follow()
632 let (ents, errs) = (r.sorted_ents(), r.errs()); in sym_loop_detect()
681 let (ents, errs) = (r.sorted_ents(), r.errs()); in sym_file_self_loop_io_error()
[all …]
Dutil.rs58 pub fn sorted_ents(&self) -> Vec<DirEntry> { in sorted_ents() method
69 self.sorted_ents().into_iter().map(|d| d.into_path()).collect() in sorted_paths()