Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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()
794 assert_eq!(expected, r.sorted_paths()); in min_depth_1()
807 assert_eq!(expected, r.sorted_paths()); in min_depth_2()
820 assert_eq!(expected, r.sorted_paths()); in max_depth_0()
[all …]
Dutil.rs68 pub fn sorted_paths(&self) -> Vec<PathBuf> { in sorted_paths() method
/aosp_15_r20/system/usb_info_tools/typec_connector_class_helper/src/
H A Dtypec_class_utils.rs108 let mut sorted_paths: Vec<PathBuf> = fs::read_dir(dir_path) in get_sorted_paths_from_dir() localVariable
118 sorted_paths.sort(); in get_sorted_paths_from_dir()
119 Ok(sorted_paths) in get_sorted_paths_from_dir()
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py5089 sorted_paths = [
5092 self.assertEqual(sorted_paths, [entry.path for entry in self.dir_entries])