Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/dexpreopt/
H A Dconfig.go282 var testGlobalConfigOnceKey = android.NewOnceKey("TestDexpreoptGlobalConfig") var
307 return ctx.Config().Once(testGlobalConfigOnceKey, func() interface{} {
341 …config.Once(testGlobalConfigOnceKey, func() interface{} { return globalConfigAndRaw{globalConfig, …