Home
last modified time | relevance | path

Searched defs:PathSet (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/bootstrap/
Dbuilder.rs164 pub enum PathSet { enum
185 impl PathSet { implementation
190 fn one<P: Into<PathBuf>>(path: P, kind: Kind) -> PathSet { in one()
218 fn intersection_removing_matches(&self, needles: &mut Vec<&Path>, module: Kind) -> PathSet { in intersection_removing_matches()
268 fn maybe_run(&self, builder: &Builder<'_>, pathsets: Vec<PathSet>) { in maybe_run()
504 fn is_suite_path(&self, requested_path: &Path) -> Option<&PathSet> { in is_suite_path()
535 ) -> Vec<PathSet> { in pathset_for_paths_removing_matches()