Searched refs:dexPaths (Results 1 – 4 of 4) sorted by relevance
/build/soong/java/ |
D | dexpreopt_config.go | 134 c.dexPaths = c.modules.BuildPaths(ctx, inputDir) 136 c.dexPathsDeps = c.dexPaths 221 dexPaths := bootImage.dexPathsDeps 225 return dexPaths, dexLocations
|
D | bootclasspath_fragment.go | 803 dexPaths := make(android.Paths, 0, len(contents)) 806 dexPaths = append(dexPaths, modules[module.Name()]) 811 return bootImageProfileRuleCommon(ctx, b.Name(), dexPaths, dexLocations)
|
D | dexpreopt_bootjars.go | 272 dexPaths android.WritablePaths // for this image member 1075 FlagForEachInput("--dex-file=", image.dexPaths.Paths()). 1357 dexPaths, dexLocations := bcpForDexpreopt(ctx, global.PreoptWithUpdatableBcp) 1358 ctx.Strict("DEXPREOPT_BOOTCLASSPATH_DEX_FILES", strings.Join(dexPaths.Strings(), " "))
|
D | dexpreopt_config_testing.go | 172 dexPaths []string member 233 …dexPaths: []string{"out/soong/dexpreopt_arm64/dex_artjars_input/core1.jar", "out/s… 563 dexPaths: []string{ 936 dexPaths: []string{ 1233 …android.AssertPathsRelativeToTopEquals(t, "dexPaths", expected.dexPaths, imageConfig.dexPaths.Path…
|