Searched refs:sorted_paths (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/walkdir/src/tests/ |
D | recursive.rs | 141 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 …]
|
D | util.rs | 68 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 D | typec_class_utils.rs | 108 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/ |
D | fake_os_test.py | 5089 sorted_paths = [ 5092 self.assertEqual(sorted_paths, [entry.path for entry in self.dir_entries])
|