Lines Matching refs:bootimg
32 type bootimg struct { struct
86 module := &bootimg{}
99 func (b *bootimg) DepsMutator(ctx android.BottomUpMutatorContext) { argument
106 func (b *bootimg) installFileName() string { argument
110 func (b *bootimg) partitionName() string { argument
114 func (b *bootimg) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
128 func (b *bootimg) buildBootImage(ctx android.ModuleContext, vendor bool) android.OutputPath { argument
220 func (b *bootimg) signImage(ctx android.ModuleContext, unsignedImage android.OutputPath) android.Ou… argument
235 func (b *bootimg) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDeps a… argument
261 var _ android.AndroidMkEntriesProvider = (*bootimg)(nil)
264 func (b *bootimg) AndroidMkEntries() []android.AndroidMkEntries { argument
277 var _ Filesystem = (*bootimg)(nil)
279 func (b *bootimg) OutputPath() android.Path { argument
283 func (b *bootimg) SignedOutputPath() android.Path { argument
290 var _ android.OutputFileProducer = (*bootimg)(nil)
293 func (b *bootimg) OutputFiles(tag string) (android.Paths, error) { argument