Searched refs:dexLocationsDeps (Results 1 – 3 of 3) sorted by relevance
/build/soong/java/ |
D | dexpreopt_config.go | 185 variant.dexLocationsDeps = variant.dexLocations 196 …frameworkCfg.variants[i].dexLocationsDeps = append(artCfg.variants[i].dexLocations, frameworkCfg.v… 221 …bootclasspath := append(copyOf(image.getAnyAndroidVariant().dexLocationsDeps), updatableBootclassp… 236 …CLASSPATH", strings.Join(defaultBootImageConfig(ctx).getAnyAndroidVariant().dexLocationsDeps, ":"))
|
D | dexpreopt_bootjars.go | 78 dexLocationsDeps []string // for the dependency images and in this image member 417 Flag("--runtime-arg").FlagWithList("-Xbootclasspath-locations:", image.dexLocationsDeps, ":"). 540 FlagForEachArg("--dex-location=", image.getAnyAndroidVariant().dexLocationsDeps). 591 FlagForEachArg("--dex-location=", image.getAnyAndroidVariant().dexLocationsDeps). 675 FlagWithList("--runtime-arg -Xbootclasspath-locations:", image.dexLocationsDeps, ":"). 726 …OPT_BOOTCLASSPATH_DEX_LOCATIONS", strings.Join(image.getAnyAndroidVariant().dexLocationsDeps, " "))
|
D | dexpreopt.go | 131 dexLocations := bootImage.getAnyAndroidVariant().dexLocationsDeps
|