Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/config/
H A 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)
/aosp12/build/soong/remoteexec/
H A Dremoteexec.go38 DefaultPool = "default" const