Home
last modified time | relevance | path

Searched refs:environ (Results 1 – 25 of 38) sorted by relevance

12

/build/soong/ui/build/
Dconfig.go63 environ *Environment member
196 config.environ.Set(k, v)
207 environ: OsEnvironment(),
225 ret.environ.Set("SOONG_GENERATES_NINJA_HINT", "always")
237 ret.environ.Set("SOONG_GENERATES_NINJA_HINT", "depend")
241 if outDir, ok := ret.environ.Get("OUT_DIR"); ok {
242 ret.environ.Set("OUT_DIR", filepath.Clean(outDir))
245 if baseDir, ok := ret.environ.Get("OUT_DIR_COMMON_BASE"); ok {
252 ret.environ.Set("OUT_DIR", outDir)
266 ret.environ.Set("USE_RBE", "false")
[all …]
Dconfig_test.go95 environ: &env,
171 environ: &e,
175 if !reflect.DeepEqual([]string(*c.environ), tc.expectedEnv) {
178 tc.expectedEnv, []string(*c.environ))
1011 environ Environment
1017 environ: Environment{},
1027 environ: Environment{"FORCE_USE_GOMA=1"},
1037 environ: Environment{"USE_GOMA=1"},
1047 environ: Environment{"USE_RBE=1"},
1060 environ: &tc.environ,
[all …]
Drbe_test.go62 environ: &env,
118 environ: env,
Dsandbox_linux_test.go84 return Config{&configImpl{environ: &env,
Dbuild.go53 if buildDateTimeFile, ok := config.environ.Get("BUILD_DATETIME_FILE"); ok {
74 buildNumber, ok := config.environ.Get("BUILD_NUMBER")
79 if username, ok = config.environ.Get("BUILD_USERNAME"); !ok {
Dfinder.go67 FollowSymlinks: config.environ.IsEnvTrue("ALLOW_BP_UNDER_SYMLINKS"),
/build/soong/scripts/
Dget_clang_version.py23 ANDROID_BUILD_TOP = os.environ.get("ANDROID_BUILD_TOP", ".")
24 LLVM_PREBUILTS_VERSION = os.environ.get("LLVM_PREBUILTS_VERSION")
/build/soong/python/scripts/
Dstub_template_host.txt28 old_python_path = os.environ.get(PYTHON_PATH)
31 os.environ.update({PYTHON_PATH: new_python_path + ":" + old_python_path})
33 os.environ.update({PYTHON_PATH: new_python_path})
/build/make/tools/
Dwarn.py31 os.environ['PYTHONPATH'] = os.path.dirname(os.path.abspath(__file__))
Dwhichgit34 "out/combined-" + os.environ["TARGET_PRODUCT"] + ".ninja",
114 os.environ["TARGET_PRODUCT"] = product
118 os.environ["TARGET_BUILD_VARIANT"] = variant
Dmk2bp_partition.py32 **os.environ,
Dfind_static_candidates.py48 ANDROID_PRODUCT_OUT = os.environ.get("ANDROID_PRODUCT_OUT")
/build/make/ci/
Dbuild_test_suites.py134 missing_env_vars = sorted(v for v in REQUIRED_ENV_VARS if v not in os.environ)
144 build_context_path = pathlib.Path(os.environ.get('BUILD_CONTEXT', ''))
176 return pathlib.Path(os.environ['TOP'])
Dbuild_test_suites_local_test.py30 self.top_dir = pathlib.Path(os.environ['ANDROID_BUILD_TOP']).resolve()
36 env = os.environ.copy()
Dbuild_test_suites_test.py56 del os.environ['TARGET_RELEASE']
62 del os.environ['TARGET_PRODUCT']
68 del os.environ['TOP']
90 os.environ['BUILD_CONTEXT'] = str(build_context)
/build/soong/tests/
Dgenrule_sandbox_test.py36 env = os.environ | extra_env
147 if "TARGET_PRODUCT" not in os.environ:
149 if os.environ.get("OUT_DIR", "out") != "out":
/build/make/tools/perf/
Dutils.py21 top_dir = os.environ.get("ANDROID_BUILD_TOP")
/build/make/tools/releasetools/
Dtest_utils.py44 not os.environ.get('ANDROID_BUILD_TOP') and
45 os.environ.get('FORCE_RUN_RELEASETOOLS') != '1')
79 os.environ.get('ANDROID_BUILD_TOP', ''), 'out', 'host', 'linux-x86'))
Dfind_shareduid_violation.py55 OPTIONS.product_out = os.environ.get("PRODUCT_OUT")
/build/bazel/rules/
Denv.bzl46 value = rctx.os.environ.get(var)
68 environ = _CAPTURED_ENV_VARS,
/build/soong/provenance/tools/
Dgen_provenance_metadata_test.py85 host_build_top = os.environ.get("ANDROID_BUILD_TOP")
/build/bazel/scripts/incremental_build/
Dincremental_build.py54 env = os.environ.copy()
61 target_product = os.environ.get("TARGET_PRODUCT") or default_product
62 variant = os.environ.get("TARGET_BUILD_VARIANT") or "eng"
Dutil.py194 top_dir = os.environ.get("ANDROID_BUILD_TOP")
213 out_dir = os.environ.get("OUT_DIR")
Dperf_metrics.py74 if envvar not in os.environ:
76 pprof_prefix = pathlib.Path(os.environ[envvar])
/build/make/tools/tool_event_logger/
Dtool_event_logger.py60 source_root=os.environ.get('ANDROID_BUILD_TOP', ''),

12