Home
last modified time | relevance | path

Searched refs:sorted_paths (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/walkdir/src/tests/
Drecursive.rs141 assert_eq!(expected, r.sorted_paths()); in one_dir_one_file()
161 assert_eq!(expected, r.sorted_paths()); in many_files()
182 assert_eq!(expected, r.sorted_paths()); in many_dirs()
207 assert_eq!(expected, r.sorted_paths()); in many_mixed()
252 assert_eq!(expected, r.sorted_paths()); in nested()
297 assert_eq!(expected, r.sorted_paths()); in nested_small_max_open()
321 assert_eq!(expected, r.sorted_paths()); in siblings()
725 assert_eq!(expected, r.sorted_paths()); in min_depth_1()
738 assert_eq!(expected, r.sorted_paths()); in min_depth_2()
751 assert_eq!(expected, r.sorted_paths()); in max_depth_0()
[all …]
Dutil.rs68 pub fn sorted_paths(&self) -> Vec<PathBuf> { in sorted_paths() method
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py4896 sorted_paths = [self.os.path.join(self.scandir_path(), name)
4898 self.assertEqual(sorted_paths,