Home
last modified time | relevance | path

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

/aosp12/build/soong/dexpreopt/
H A Dconfig.go494 func GetCachedGlobalSoongConfig(ctx android.PathContext) *GlobalSoongConfig { func
559 config := GetCachedGlobalSoongConfig(ctx)
590 config := GetCachedGlobalSoongConfig(ctx)
/aosp12/build/soong/java/
H A Ddexpreopt_test.go209 dex2oatPath := dexpreopt.GetCachedGlobalSoongConfig(pathContext).Dex2oat
H A Ddexpreopt_bootjars.go448 if dexpreopt.GetCachedGlobalSoongConfig(ctx) == nil {