Home
last modified time | relevance | path

Searched refs:dexPaths (Results 1 – 4 of 4) sorted by relevance

/build/soong/java/
Ddexpreopt_config.go134 c.dexPaths = c.modules.BuildPaths(ctx, inputDir)
136 c.dexPathsDeps = c.dexPaths
221 dexPaths := bootImage.dexPathsDeps
225 return dexPaths, dexLocations
Dbootclasspath_fragment.go803 dexPaths := make(android.Paths, 0, len(contents))
806 dexPaths = append(dexPaths, modules[module.Name()])
811 return bootImageProfileRuleCommon(ctx, b.Name(), dexPaths, dexLocations)
Ddexpreopt_bootjars.go272 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(), " "))
Ddexpreopt_config_testing.go172 dexPaths []string member
233dexPaths: []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…