Searched refs:normalized_pattern (Results 1 – 1 of 1) sorted by relevance
215 let normalized_pattern = Path::new(pattern).iter().collect::<PathBuf>(); in glob_with() localVariable216 let root_len = normalized_pattern.to_str().unwrap().len() - rest.to_str().unwrap().len(); in glob_with()