Home
last modified time | relevance | path

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

/third_party/rust/rust/src/bootstrap/
Ddownload.rs405 let ci_rustc_dir = self.out.join(&*self.build.triple).join("ci-rustc"); in ci_component_contents() localVariable
Dcompile.rs649 let ci_rustc_dir = builder.out.join(&*builder.build.build.triple).join("ci-rustc"); in cp_rustc_component_to_ci_sysroot() localVariable
1384 let ci_rustc_dir = builder.ci_rustc_dir(builder.config.build); in run() localVariable
Dlib.rs826 fn ci_rustc_dir(&self, target: TargetSelection) -> PathBuf { in ci_rustc_dir() method