Lines Matching refs:Prebuilt
71 type Prebuilt struct { struct
84 func (p *Prebuilt) Name(name string) string {
94 func (p *Prebuilt) ForcePrefer() {
98 func (p *Prebuilt) Prefer() bool {
138 func (p *Prebuilt) SingleSourcePath(ctx ModuleContext) Path {
142 func (p *Prebuilt) UsePrebuilt() bool {
167 p := module.Prebuilt()
231 Prebuilt() *Prebuilt
262 func GetEmbeddedPrebuilt(module Module) *Prebuilt {
264 return p.Prebuilt()
355 func (p *Prebuilt) usePrebuilt(ctx TopDownMutatorContext, source Module, prebuilt Module) bool {
375 func (p *Prebuilt) SourceExists() bool {