Lines Matching defs:components
180 match p.components().next() {
205 let mut components = Path::new(pattern).components().peekable();
207 match components.peek() {
209 components.next();
214 let rest = components.map(|s| s.as_os_str()).collect::<PathBuf>();
239 let components =
242 for component in components {
835 // . or .. globs since these never show up as path components.
986 /// Whether or not paths that contain components that start with a `.`
1097 // check windows absolute paths with host/device components
1101 match p.components().next().unwrap() {