Searched refs:InVendor (Results 1 – 14 of 14) sorted by relevance
124 return mod.InVendor() && !mod.VendorVariantToOdm()129 return mod.InVendor() && mod.VendorVariantToOdm()191 func (mod *Module) InVendor() bool { func197 return mod.InVendor() || mod.InProduct()
386 flags = CommonDefaultCfgFlags(flags, ctx.RustModule().InVendor(), ctx.RustModule().InProduct())578 } else if ctx.RustModule().InVendor() {
67 if mod.InVendor() {
199 if ctx.RustModule().InVendor() {
1529 return r.Device() && (r.InVendor() || r.InProduct())
131 if !m.InProduct() && !m.InVendor() {145 if m.InVendor() {
58 if m.InVendor() {
64 return ctx.mod.InVendor()89 return c.HasVendorVariant() && c.InVendor() && !c.VendorVariantToOdm()94 return c.InVendor() && c.VendorVariantToOdm()124 func (c *Module) InVendor() bool { func131 return c.InVendor() || c.InProduct()
126 InVendor() bool methodSpec263 } else if c.InVendor() {
441 if ccModule.InVendor() {537 install, module.Host(), module.InVendor(), fuzzDir, archString)555 …symbolsInstallDestination := SharedLibrarySymbolsInstallLocation(install, module.InVendor(), fuzzD…
107 if c.InVendor() {
550 if m.InVendor() {
940 "InVendor": c.InVendor(),
286 func (p *PrebuiltEtc) InVendor() bool { func