Lines Matching refs:Config
162 buildDirPrefix := ctx.Config().BuildDir() + "/"
234 return ctx.Config().Once(globalConfigOnceKey, func() interface{} {
235 if data, err := ctx.Config().DexpreoptGlobalConfig(ctx); err != nil {
246 return ctx.Config().Once(testGlobalConfigOnceKey, func() interface{} {
260 func SetTestGlobalConfig(config android.Config, globalConfig *GlobalConfig) { argument
355 func dex2oatModuleName(config android.Config) string { argument
398 dex2oatBin := dex2oatModuleName(ctx.Config())
399 v := ctx.Config().BuildOSTarget.Variations()
404 dex2oatBin := dex2oatModuleName(ctx.Config())
450 Profman: ctx.Config().HostToolPath(ctx, "profman"),
452 Aapt: ctx.Config().HostToolPath(ctx, "aapt"),
453 SoongZip: ctx.Config().HostToolPath(ctx, "soong_zip"),
454 Zip2zip: ctx.Config().HostToolPath(ctx, "zip2zip"),
455 ManifestCheck: ctx.Config().HostToolPath(ctx, "manifest_check"),
456 ConstructContext: ctx.Config().HostToolPath(ctx, "construct_context"),
474 globalSoong := ctx.Config().Once(globalSoongConfigOnceKey, func() interface{} {
495 return ctx.Config().Once(globalSoongConfigOnceKey, func() interface{} {
536 …igConsistency(ctx android.SingletonContext, dexpreoptConfig *GlobalConfig, config android.Config) { argument
553 checkBootJarsConfigConsistency(ctx, GetGlobalConfig(ctx), ctx.Config())