Home
last modified time | relevance | path

Searched refs:GetenvWithDefault (Results 1 – 9 of 9) sorted by relevance

/build/soong/rust/
Dtoolchain_library.go114 return ctx.AConfig().GetenvWithDefault("RUST_PREBUILTS_VERSION", config.RustDefaultVersion)
/build/soong/android/
Dpackage_ctx.go179 return ctx.Config().GetenvWithDefault(env, p.String())
312 return ctx.Config().GetenvWithDefault(envVar, defaultVal)
Dconfig.go740 func (c *config) GetenvWithDefault(key string, defaultValue string) string { func
1942 return c.GetenvWithDefault("RBE_WRAPPER", remoteexec.DefaultWrapperPath)
/build/soong/cmd/soong_build/
Dmain.go106 switch ctx.Config().GetenvWithDefault("SOONG_GENERATES_NINJA_HINT", "") {
/build/soong/java/
Dlint.go262 return ctx.Config().GetenvWithDefault("RBE_LINT_EXEC_STRATEGY", remoteexec.LocalExecStrategy)
420 pool := ctx.Config().GetenvWithDefault("RBE_LINT_POOL", "java16")
Ddroidstubs.go766 …execStrategy := ctx.Config().GetenvWithDefault("RBE_METALAVA_EXEC_STRATEGY", remoteexec.LocalExecS…
771 pool := ctx.Config().GetenvWithDefault("RBE_METALAVA_POOL", "java16")
Dbootclasspath_fragment.go755 config.GetenvWithDefault("SOONG_SDK_SNAPSHOT_TARGET_BUILD_RELEASE", "current"))
Djava.go2043 …execStrategy := ctx.Config().GetenvWithDefault("RBE_METALAVA_EXEC_STRATEGY", remoteexec.LocalExecS…
2046 pool := ctx.Config().GetenvWithDefault("RBE_METALAVA_POOL", "java16")
/build/soong/sdk/
Dupdate.go292 …targetBuildReleaseEnv := config.GetenvWithDefault("SOONG_SDK_SNAPSHOT_TARGET_BUILD_RELEASE", build…