Home
last modified time | relevance | path

Searched refs:DefaultPool (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/config/
Dglobal.go286 pctx.StaticVariableWithEnvOverride("RECXXPool", "RBE_CXX_POOL", remoteexec.DefaultPool)
287 pctx.StaticVariableWithEnvOverride("RECXXLinksPool", "RBE_CXX_LINKS_POOL", remoteexec.DefaultPool)
288 …ctx.StaticVariableWithEnvOverride("REClangTidyPool", "RBE_CLANG_TIDY_POOL", remoteexec.DefaultPool)
/build/soong/remoteexec/
Dremoteexec.go38 DefaultPool = "default" const