Lines Matching refs:prebuiltCommon
48 type prebuiltCommon struct { struct
57 func (p *prebuiltCommon) Prebuilt() *android.Prebuilt { argument
61 func (p *prebuiltCommon) isForceDisabled() bool { argument
65 func (p *prebuiltCommon) checkForceDisable(ctx android.ModuleContext) bool { argument
91 prebuiltCommon anonMember
156 return p.prebuiltCommon.prebuilt.Name(p.ModuleBase.Name())
211 if p.prebuiltCommon.checkForceDisable(ctx) {
249 prebuiltCommon anonMember
293 return a.prebuiltCommon.prebuilt.Name(a.ModuleBase.Name())
315 apexSet := a.prebuiltCommon.prebuilt.SingleSourcePath(ctx)
330 if a.prebuiltCommon.checkForceDisable(ctx) {