Lines Matching defs:bootImageConfig
242 type bootImageConfig struct { struct
244 extends *bootImageConfig
247 name string
250 enabledIfExists string
253 stem string
256 dir android.OutputPath
259 symbolsDir android.OutputPath
266 installDir string
269 modules android.ConfiguredJarList
272 dexPaths android.WritablePaths // for this image
273 dexPathsDeps android.WritablePaths // for the dependency images and in this image
276 dexPathsByModule map[string]android.WritablePath
279 zip android.WritablePath
282 variants []*bootImageVariant
285 preloadedClassesFile string
288 compilerFilter string
291 singleImage bool
295 profileImports []string
302 *bootImageConfig anonMember
352 func (image bootImageConfig) getVariant(target android.Target) *bootImageVariant {
362 func (image bootImageConfig) getAnyAndroidVariant() *bootImageVariant {
374 func (image bootImageConfig) moduleName(ctx android.PathContext, idx int) string {
386 func (image bootImageConfig) firstModuleNameOrStem(ctx android.PathContext) string {
396 … moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...string) android.OutputPaths {
411 func (image *bootImageConfig) apexVariants() []*bootImageVariant {
450 func (image *bootImageConfig) isProfileGuided() bool {
454 func (image *bootImageConfig) isEnabled(ctx android.BaseModuleContext) bool {
673 func generateBootImage(ctx android.ModuleContext, imageConfig *bootImageConfig) android.RuleBuilder…
710 func getModulesForImage(ctx android.ModuleContext, imageConfig *bootImageConfig) []apexJarModulePai…
853 func buildBootImageVariantsForAndroidOs(ctx android.ModuleContext, image *bootImageConfig, profile …
864 func buildBootImageVariantsForBuildOs(ctx android.ModuleContext, image *bootImageConfig, profile an…
891 func buildBootImageForOsType(ctx android.ModuleContext, image *bootImageConfig, profile android.Wri…
912 func buildBootImageZipInPredefinedLocation(ctx android.ModuleContext, image *bootImageConfig, files…
1276 func bootImageProfileRule(ctx android.ModuleContext, image *bootImageConfig) (android.WritablePath,…
1293 func bootFrameworkProfileRule(ctx android.ModuleContext, image *bootImageConfig) (android.WritableP…
1321 func dumpOatRules(ctx android.ModuleContext, image *bootImageConfig) {