Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/glob/src/
Dlib.rs215 let normalized_pattern = Path::new(pattern).iter().collect::<PathBuf>(); in glob_with() localVariable
216 let root_len = normalized_pattern.to_str().unwrap().len() - rest.to_str().unwrap().len(); in glob_with()