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
130 func (b *bootimg) buildBootImage(ctx android.ModuleContext, vendor bool) android.OutputPath { argument
218 func (b *bootimg) signImage(ctx android.ModuleContext, unsignedImage android.OutputPath) android.Ou… argument
234 func (b *bootimg) salt() string { argument
242 func (b *bootimg) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDeps a… argument
269 var _ android.AndroidMkEntriesProvider = (*bootimg)(nil)
272 func (b *bootimg) AndroidMkEntries() []android.AndroidMkEntries { argument
285 var _ Filesystem = (*bootimg)(nil)
287 func (b *bootimg) OutputPath() android.Path { argument
291 func (b *bootimg) SignedOutputPath() android.Path { argument