Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/compiler_wrapper/
H A Dcompiler_wrapper.go202 … if remoteBuildUsed, err = processRemoteBuildAndCCacheFlags(allowCCache, mainBuilder); err != nil {
370 remoteBuildUsed, err := processRemoteBuildAndCCacheFlags(allowCCache, builder)
385 remoteBuildUsed, err := processRemoteBuildAndCCacheFlags(!enableRusage, builder)
403 func processRemoteBuildAndCCacheFlags(allowCCache bool, builder *commandBuilder) (remoteBuildUsed b… func