Home
last modified time | relevance | path

Searched refs:bootimg (Results 1 – 2 of 2) sorted by relevance

/build/soong/filesystem/
Dbootimg.go32 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
[all …]
DAndroid.bp21 "bootimg.go",