Searched refs:matches_path (Results 1 – 1 of 1) sorted by relevance
689 pub fn matches_path(&self, path: &Path) -> bool { in matches_path() method1403 assert!(Pattern::new("a/b").unwrap().matches_path(&Path::new("a/b"))); in test_matches_path()