Lines Matching defs:bootimg
32 type bootimg struct { struct
33 android.ModuleBase
35 properties bootimgProperties
37 output android.OutputPath
38 installDir android.InstallPath
99 func (b *bootimg) DepsMutator(ctx android.BottomUpMutatorContext) {
106 func (b *bootimg) installFileName() string {
110 func (b *bootimg) partitionName() string {
114 func (b *bootimg) GenerateAndroidBuildActions(ctx android.ModuleContext) {
130 func (b *bootimg) buildBootImage(ctx android.ModuleContext, vendor bool) android.OutputPath {
218 …ootimg) signImage(ctx android.ModuleContext, unsignedImage android.OutputPath) android.OutputPath {
234 func (b *bootimg) salt() string {
242 …g) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDeps android.Paths) {
272 func (b *bootimg) AndroidMkEntries() []android.AndroidMkEntries {
287 func (b *bootimg) OutputPath() android.Path {
291 func (b *bootimg) SignedOutputPath() android.Path {