Lines Matching refs:bootImageFilesByArch
167 produceBootImageFiles(ctx android.ModuleContext, imageConfig *bootImageConfig) bootImageFilesByArch
176 type bootImageFilesByArch map[android.ArchType]android.Paths type
315 bootImageFilesByArch bootImageFilesByArch member
329 …c (i BootclasspathFragmentApexContentInfo) AndroidBootImageFilesByArchType() bootImageFilesByArch {
330 return i.bootImageFilesByArch
448 var bootImageFilesByArch bootImageFilesByArch
452 bootImageFilesByArch = common.produceBootImageFiles(ctx, imageConfig)
457 buildBootImageZipInPredefinedLocation(ctx, imageConfig, bootImageFilesByArch)
467 b.provideApexContentInfo(ctx, imageConfig, hiddenAPIOutput, bootImageFilesByArch)
497 …fig *bootImageConfig, hiddenAPIOutput *HiddenAPIOutput, bootImageFilesByArch bootImageFilesByArch)… argument
508 info.bootImageFilesByArch = bootImageFilesByArch
649 …oduceBootImageFiles(ctx android.ModuleContext, imageConfig *bootImageConfig) bootImageFilesByArch {
663 …otImageBuildActions(ctx android.ModuleContext, imageConfig *bootImageConfig) bootImageFilesByArch {
904 …oduceBootImageFiles(ctx android.ModuleContext, imageConfig *bootImageConfig) bootImageFilesByArch {
930 files := bootImageFilesByArch{}