Searched refs:VndkVersion (Results 1 – 8 of 8) sorted by relevance
208 mod.Properties.VndkVersion = strings.TrimPrefix(variant, cc.VendorVariationPrefix)213 mod.Properties.VndkVersion = strings.TrimPrefix(variant, cc.ProductVariationPrefix)
74 VndkVersion string `blueprint:"mutated"` member337 return mod.Properties.VndkVersion != ""528 func (mod *Module) VndkVersion() string { func529 return mod.Properties.VndkVersion
83 vndkVersion := m.VndkVersion()
123 vndkVersion := ctx.Module().(*Module).VndkVersion()
240 VndkVersion() string methodSpec
544 c.Properties.VndkVersion = strings.TrimPrefix(variant, VendorVariationPrefix)550 c.Properties.VndkVersion = strings.TrimPrefix(variant, ProductVariationPrefix)
337 VndkVersion string `blueprint:"mutated"` member935 "VndkVersion": c.VndkVersion(),1233 func (c *Module) VndkVersion() string { func1234 return c.Properties.VndkVersion1293 return c.Properties.VndkVersion != ""1809 if c.VndkVersion() != "" {1812 nameSuffix += "." + c.VndkVersion()
45 VndkVersion() string methodSpec