Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/
Dbuild.rs93 if get_env("CARGO_CFG_TARGET_OS").map_or(false, |s| s == "macos") { in build_grpc()
98 if get_env("CARGO_CFG_TARGET_OS").map_or(false, |s| s == "macos") in build_grpc()
99 || get_env("CARGO_CFG_TARGET_OS").map_or(false, |s| s == "ios") in build_grpc()
104 let cxx_compiler = if let Some(val) = get_env("CXX") { in build_grpc()
288 fn get_env(name: &str) -> Option<String> { in get_env() function
309 if get_env("CARGO_CFG_TARGET_OS").map_or(false, |s| s == "windows") { in bindgen_grpc()
429 if get_env("CARGO_CFG_TARGET_OS").map_or(false, |s| s == "windows") { in main()
434 if get_env("GRPCIO_SYS_USE_PKG_CONFIG").map_or(false, |s| s == "1") { in main()
/external/rust/crates/grpcio/
Dcross_compile.md18 "CMAKE_SYSTEM_PROCESSOR", get_env("CARGO_CFG_TARGET_ARCH").unwrap()
28 if get_env("CARGO_CFG_TARGET_OS").map_or(false, |s| s == "macos") {
32 .define("CMAKE_SYSTEM_PROCESSOR", get_env("CARGO_CFG_TARGET_ARCH").unwrap())
/external/ipsec-tools/
Dsetup.c613 static char *get_env(char * const *envp, char *key) in get_env() function
637 struct sockaddr *addr4 = str2saddr(get_env(envp, "INTERNAL_ADDR4"), in privsep_script_exec()
639 struct sockaddr *local = str2saddr(get_env(envp, "LOCAL_ADDR"), in privsep_script_exec()
640 get_env(envp, "LOCAL_PORT")); in privsep_script_exec()
641 struct sockaddr *remote = str2saddr(get_env(envp, "REMOTE_ADDR"), in privsep_script_exec()
642 get_env(envp, "REMOTE_PORT")); in privsep_script_exec()
/external/python/cpython3/PC/
Dlauncher.c119 static wchar_t * get_env(wchar_t * key) in get_env() function
463 wchar_t *virtual_env = get_env(L"VIRTUAL_ENV"); in locate_venv_python()
570 result = get_env(configured_value); in get_configured_value()
1724 wp = get_env(L"PYLAUNCH_DEBUG"); in process()