Searched refs:VendorVariationPrefix (Results 1 – 5 of 5) sorted by relevance
182 return mod.Properties.ImageVariationPrefix == cc.VendorVariationPrefix189 } else if strings.HasPrefix(variant, cc.VendorVariationPrefix) {190 m.Properties.ImageVariationPrefix = cc.VendorVariationPrefix191 m.Properties.VndkVersion = strings.TrimPrefix(variant, cc.VendorVariationPrefix)
107 variants = append(variants, VendorVariationPrefix+ctx.DeviceConfig().PlatformVndkVersion())109 variants = append(variants, VendorVariationPrefix+vndkVersion)
44 VendorVariationPrefix = "vendor." const129 return c.Properties.ImageVariationPrefix == VendorVariationPrefix590 m.AppendExtraVariant(VendorVariationPrefix + variant)690 } else if strings.HasPrefix(variant, VendorVariationPrefix) {691 m.Properties.ImageVariationPrefix = VendorVariationPrefix692 m.Properties.VndkVersion = strings.TrimPrefix(variant, VendorVariationPrefix)
186 return VendorVariationPrefix + cfg.VndkVersion()
635 return cc.VendorVariationPrefix + a.vndkVersion(deviceConfig)642 prefix = cc.VendorVariationPrefix