Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/remain/src/
Dcheck.rs47 fn collect_paths<'a, I, P>(iter: I) -> Result<Vec<Path>> in collect_paths() function
/aosp_15_r20/external/crosvm/ext2/tests/
H A Dtests.rs135 fn collect_paths(dir: &Path, skip_lost_found: bool) -> BTreeSet<(String, PathBuf)> { in collect_paths() function