Searched refs:Dex2oat (Results 1 – 3 of 3) sorted by relevance
/build/soong/dexpreopt/ |
D | config.go | 95 Dex2oat android.Path member 381 Dex2oat: dex2oatPathFromDep(ctx), 412 if myDex2oat != globalSoong.Dex2oat { 413 …"Inconsistent dex2oat path in cached config: expected %s, got %s", globalSoong.Dex2oat, myDex2oat)) 433 Dex2oat string member 454 Dex2oat: constructPath(ctx, jc.Dex2oat), 479 Dex2oat: config.Dex2oat.String(), 512 ctx.Strict("DEX2OAT", config.Dex2oat.String()) 515 config.Dex2oat.String(), 572 Dex2oat: android.PathForTesting("dex2oat"),
|
D | dexpreopt.go | 378 Tool(globalSoong.Dex2oat).
|
/build/soong/java/ |
D | dexpreopt_bootjars.go | 398 cmd.Tool(globalSoong.Dex2oat). 500 const failureMessage = `ERROR: Dex2oat failed to compile a boot image.
|