Searched refs:dexPathsDeps (Results 1 – 3 of 3) sorted by relevance
/build/soong/java/ |
D | dexpreopt_config.go | 136 c.dexPathsDeps = c.dexPaths 185 c.dexPathsDeps = android.Concat(c.extends.dexPathsDeps, c.dexPathsDeps) 221 dexPaths := bootImage.dexPathsDeps
|
D | dexpreopt_bootjars.go | 273 dexPathsDeps android.WritablePaths // for the dependency images and in this image member 1045 Flag("--runtime-arg").FlagWithInputList("-Xbootclasspath:", image.dexPathsDeps.Paths(), ":"). 1235 …profile := bootImageProfileRuleCommon(ctx, image.name, image.dexPathsDeps.Paths(), image.getAnyAnd… 1266 FlagForEachInput("--apk=", image.dexPathsDeps.Paths()). 1293 FlagWithInputList("--runtime-arg -Xbootclasspath:", image.dexPathsDeps.Paths(), ":").
|
D | dexpreopt_config_testing.go | 173 dexPathsDeps []string member 234 …dexPathsDeps: []string{"out/soong/dexpreopt_arm64/dex_artjars_input/core1.jar", "out/s… 568 dexPathsDeps: []string{ 940 dexPathsDeps: []string{ 1234 …sertPathsRelativeToTopEquals(t, "dexPathsDeps", expected.dexPathsDeps, imageConfig.dexPathsDeps.Pa…
|