• Home
  • Raw
  • Download

Lines Matching refs:bootImageConfig

227 type bootImageConfig struct {  struct
229 extends *bootImageConfig argument
271 *bootImageConfig anonMember
306 func (image bootImageConfig) getVariant(target android.Target) *bootImageVariant { argument
316 func (image bootImageConfig) getAnyAndroidVariant() *bootImageVariant { argument
328 func (image bootImageConfig) moduleName(ctx android.PathContext, idx int) string { argument
340 func (image bootImageConfig) firstModuleNameOrStem(ctx android.PathContext) string { argument
350 func (image bootImageConfig) moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...s… argument
362 func (image *bootImageConfig) apexVariants() []*bootImageVariant { argument
424 defaultBootImage *bootImageConfig
429 otherImages []*bootImageConfig
464 d.otherImages = []*bootImageConfig{artBootImageConfig}
510 func buildBootImageVariantsForAndroidOs(ctx android.ModuleContext, image *bootImageConfig, profile … argument
521 func buildBootImageVariantsForBuildOs(ctx android.ModuleContext, image *bootImageConfig, profile an… argument
530 func buildBootImageForOsType(ctx android.ModuleContext, image *bootImageConfig, profile android.Wri… argument
546 func buildBootImageZipInPredefinedLocation(ctx android.ModuleContext, image *bootImageConfig, files… argument
720 func bootImageProfileRule(ctx android.ModuleContext, image *bootImageConfig) android.WritablePath { argument
770 func bootFrameworkProfileRule(ctx android.ModuleContext, image *bootImageConfig) android.WritablePa… argument
802 func generateUpdatableBcpPackagesRule(ctx android.ModuleContext, image *bootImageConfig, updatableM… argument
834 func dumpOatRules(ctx android.ModuleContext, image *bootImageConfig) { argument