Searched refs:IsVendorPublicLibrary (Results 1 – 6 of 6) sorted by relevance
162 IsVendorPublicLibrary() bool methodSpec
115 if ccModule.IsVendorPublicLibrary() && module.ExportedToMake() {
484 IsVendorPublicLibrary bool `blueprint:"mutated"` member509 IsVendorPublicLibrary() bool methodSpec957 "IsVendorPublicLibrary": c.IsVendorPublicLibrary(),1331 func (c *Module) IsVendorPublicLibrary() bool { func1332 return c.VendorProperties.IsVendorPublicLibrary1662 func (ctx *moduleContextImpl) IsVendorPublicLibrary() bool { func1663 return ctx.mod.IsVendorPublicLibrary()1830 } else if c.IsVendorPublicLibrary() {
557 c.VendorProperties.IsVendorPublicLibrary = true
582 if ctx.IsVendorPublicLibrary() {809 if ctx.IsVendorPublicLibrary() {1607 if ctx.IsVendorPublicLibrary() {2205 isVendorPublicLibrary := m.IsVendorPublicLibrary()
353 func (mod *Module) IsVendorPublicLibrary() bool { func354 return mod.VendorProperties.IsVendorPublicLibrary