Home
last modified time | relevance | path

Searched refs:HasProductVariant (Results 1 – 3 of 3) sorted by relevance

/build/soong/rust/
Dimage.go178 func (mod *Module) HasProductVariant() bool { func
183 return mod.HasVendorVariant() || mod.HasProductVariant()
/build/soong/cc/
Dimage.go109 func (c *Module) HasProductVariant() bool { func
115 return c.HasVendorVariant() || c.HasProductVariant()
371 if m.HasProductVariant() {
Dlinkable.go165 HasProductVariant() bool methodSpec