Home
last modified time | relevance | path

Searched defs:sysroot (Results 1 – 25 of 44) sorted by relevance

12

/third_party/rust/rust/tests/run-make/reproducible-build-2/
DMakefile20 sysroot: target
/third_party/rust/rust/compiler/rustc_codegen_cranelift/scripts/
Dcargo-clif.rs8 let mut sysroot = current_exe.parent().unwrap(); in main() localVariable
Drustc-clif.rs9 let mut sysroot = current_exe.parent().unwrap(); in main() localVariable
Drustdoc-clif.rs9 let mut sysroot = current_exe.parent().unwrap(); in main() localVariable
/third_party/rust/rust/src/bootstrap/bin/
Drustdoc.rs22 let sysroot = env::var_os("RUSTC_SYSROOT").expect("RUSTC_SYSROOT was not set"); in main() localVariable
Drustc.rs56 let sysroot = env::var_os("RUSTC_SYSROOT").expect("RUSTC_SYSROOT was not set"); in main() localVariable
/third_party/rust/rust/tests/run-make/translation/
DMakefile36 sysroot: test.rs working.ftl target
/third_party/rust/rust/tests/run-make/sysroot-crates-are-unstable/
Dtest.py66 sysroot = exec_command([os.environ['RUSTC'], '--print', 'sysroot'])[0].replace('\n', '') variable
/third_party/rust/rust/tests/run-make-fulldeps/issue-19371/
Dfoo.rs27 let mut sysroot = PathBuf::from(&args[3]); in main() localVariable
/third_party/gn/src/gn/
Drust_project_writer_helpers_unittest.cc29 std::optional<std::string> sysroot; in TEST_F() local
101 std::optional<std::string> sysroot = "sysroot"; in TEST_F() local
Drust_project_writer.cc250 std::optional<std::string>& sysroot, in WriteCrates()
407 auto sysroot = rust_tool->GetSysroot(); in RenderJSON() local
/third_party/rust/rust/src/tools/rust-analyzer/editors/code/src/
Ddebug.ts127 const sysroot = await getSysroot(wsFolder); constant
/third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/src/
Dproject_json.rs65 pub(crate) sysroot: Option<AbsPathBuf>, field
179 sysroot: Option<PathBuf>, field
Dlib.rs24 mod sysroot; module
Dworkspace.rs203 let sysroot = match (&config.sysroot, &config.sysroot_src) { in load() localVariable
314 let sysroot = match (project_json.sysroot.clone(), project_json.sysroot_src.clone()) { in load_inline() localVariable
324 let mut sysroot = sysroot_src.clone(); in load_inline() localVariable
344 let sysroot = match &config.sysroot { in load_detached_files() localVariable
/third_party/rust/rust/compiler/rustc_interface/src/
Dutil.rs317 let sysroot = maybe_sysroot in get_codegen_sysroot() localVariable
327 let sysroot = sysroot.unwrap_or_else(|| { in get_codegen_sysroot() localVariable
/third_party/skia/src/ports/
DSkFontConfigInterface_direct.cpp527 const char* sysroot = (const char*)FcConfigGetSysRoot(fcConfig.get()); in isValidPattern() local
665 const char* sysroot = (const char*)FcConfigGetSysRoot(fcConfig.get()); in matchFamilyName() local
/third_party/skia/third_party/externals/microhttpd/m4/
Dlibtool.m41227 AC_ARG_WITH([sysroot], optwith
/third_party/libedit/m4/
Dlibtool.m41281 AC_ARG_WITH([sysroot], optwith
/third_party/skia/m133/third_party/externals/libpng/scripts/autoconf/
Dlibtool.m41247 AC_ARG_WITH([sysroot], optwith
/third_party/rust/rust/compiler/rustc_session/src/
Dfilesearch.rs20 sysroot: &'a Path, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/
Dmain.rs846 let sysroot = in resolve_proc_macro() localVariable
/third_party/skia/third_party/externals/libpng/scripts/
Dlibtool.m41249 AC_ARG_WITH([sysroot], optwith
/third_party/libevdev/m4/
Dlibtool.m41247 AC_ARG_WITH([sysroot], optwith
/third_party/curl/m4/
Dlibtool.m41246 AC_ARG_WITH([sysroot], optwith

12