Home
last modified time | relevance | path

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

/external/rust/crates/glob/src/
Dlib.rs689 pub fn matches_path(&self, path: &Path) -> bool { in matches_path() method
1403 assert!(Pattern::new("a/b").unwrap().matches_path(&Path::new("a/b"))); in test_matches_path()