Searched refs:Dex2oat (Results 1 – 4 of 4) sorted by relevance
/build/soong/dexpreopt/ |
D | config.go | 106 Dex2oat android.Path member 451 Dex2oat: dex2oatPathFromDep(ctx), 481 if myDex2oat != globalSoong.Dex2oat { 482 …"Inconsistent dex2oat path in cached config: expected %s, got %s", globalSoong.Dex2oat, myDex2oat)) 502 Dex2oat string member 523 Dex2oat: constructPath(ctx, jc.Dex2oat), 568 Dex2oat: config.Dex2oat.String(), 595 ctx.Strict("DEX2OAT", config.Dex2oat.String()) 598 config.Dex2oat.String(), 651 Dex2oat: android.PathForTesting("dex2oat"),
|
D | dexpreopt.go | 324 Tool(globalSoong.Dex2oat).
|
/build/soong/java/ |
D | dexpreopt_test.go | 209 dex2oatPath := dexpreopt.GetCachedGlobalSoongConfig(pathContext).Dex2oat
|
D | dexpreopt_bootjars.go | 607 cmd.Tool(globalSoong.Dex2oat). 716 const failureMessage = `ERROR: Dex2oat failed to compile a boot image.
|