Home
last modified time | relevance | path

Searched defs:sorted_paths (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/walkdir/src/tests/
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