Lines Matching defs:bootimg
32 type bootimg struct { struct
33 android.ModuleBase
35 properties BootimgProperties
37 output android.Path
38 installDir android.InstallPath
40 bootImageType bootImageType
173 func (b *bootimg) DepsMutator(ctx android.BottomUpMutatorContext) {
180 func (b *bootimg) installFileName() string {
184 func (b *bootimg) partitionName() string {
188 func (b *bootimg) GenerateAndroidBuildActions(ctx android.ModuleContext) {
299 func (b *bootimg) getKernelPath(ctx android.ModuleContext) android.Path {
308 func (b *bootimg) getDtbPath(ctx android.ModuleContext) android.Path {
317 func (b *bootimg) getBootconfigPath(ctx android.ModuleContext) android.Path {
326 func (b *bootimg) buildBootImage(ctx android.ModuleContext, kernel android.Path) android.Path {
414 …vbFooter(ctx android.ModuleContext, unsignedImage android.Path, kernel android.Path) android.Path {
474 func (b *bootimg) signImage(ctx android.ModuleContext, unsignedImage android.Path) android.Path {
489 func (b *bootimg) buildPropFile(ctx android.ModuleContext) (android.Path, android.Paths) {
515 func (b *bootimg) getAvbHashFooterArgs(ctx android.ModuleContext) string {
534 func (b *bootimg) buildPropFileForMiscInfo(ctx android.ModuleContext) android.Path {
577 func (b *bootimg) AndroidMkEntries() []android.AndroidMkEntries {
592 func (b *bootimg) OutputPath() android.Path {
596 func (b *bootimg) SignedOutputPath() android.Path {