Lines Matching defs:bootImageConfig
237 type bootImageConfig struct { struct
239 extends *bootImageConfig
242 name string
245 stem string
248 dir android.OutputPath
251 symbolsDir android.OutputPath
258 installDir string
262 profileInstallPathInApex string
265 modules android.ConfiguredJarList
268 dexPaths android.WritablePaths // for this image
269 dexPathsDeps android.WritablePaths // for the dependency images and in this image
272 dexPathsByModule map[string]android.WritablePath
275 zip android.WritablePath
280 profileInstalls android.RuleBuilderInstalls
285 profileLicenseMetadataFile android.OptionalPath
288 variants []*bootImageVariant
291 preloadedClassesFile string
294 compilerFilter string
297 singleImage bool
302 profileImports []*bootImageConfig
309 *bootImageConfig anonMember
359 func (image bootImageConfig) getVariant(target android.Target) *bootImageVariant {
369 func (image bootImageConfig) getAnyAndroidVariant() *bootImageVariant {
381 func (image bootImageConfig) moduleName(ctx android.PathContext, idx int) string {
393 func (image bootImageConfig) firstModuleNameOrStem(ctx android.PathContext) string {
403 … moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...string) android.OutputPaths {
418 func (image *bootImageConfig) apexVariants() []*bootImageVariant {
457 func (image *bootImageConfig) isProfileGuided() bool {
585 func buildBootImageVariantsForAndroidOs(ctx android.ModuleContext, image *bootImageConfig, profile …
596 func buildBootImageVariantsForBuildOs(ctx android.ModuleContext, image *bootImageConfig, profile an…
623 func buildBootImageForOsType(ctx android.ModuleContext, image *bootImageConfig, profile android.Wri…
644 func buildBootImageZipInPredefinedLocation(ctx android.ModuleContext, image *bootImageConfig, files…
884 func bootImageProfileRule(ctx android.ModuleContext, image *bootImageConfig) android.WritablePath {
942 func bootFrameworkProfileRule(ctx android.ModuleContext, image *bootImageConfig) android.WritablePa…
973 func dumpOatRules(ctx android.ModuleContext, image *bootImageConfig) {