Searched refs:InstallInVendor (Results 1 – 9 of 9) sorted by relevance
91 if ctx.InstallInVendor() {145 install, ctx.Host(), ctx.InstallInVendor(), installBase, ctx.Arch().ArchType.String()))150 …cc.SharedLibrarySymbolsInstallLocation(install, ctx.InstallInVendor(), installBase, ctx.Arch().Arc…
120 func (mod *Module) InstallInVendor() bool { func
183 InstallInVendor() bool methodSpec428 func (m *moduleContext) InstallInVendor() bool { func429 return m.module.InstallInVendor()
117 InstallInVendor() bool methodSpec167 func (ctx *baseModuleContextToModuleInstallPathContext) InstallInVendor() bool { func168 return ctx.Module().InstallInVendor()1916 } else if ctx.SocSpecific() || ctx.InstallInVendor() {2169 func (m testModuleInstallPathContext) InstallInVendor() bool { func
85 InstallInVendor() bool methodSpec1565 func (m *ModuleBase) InstallInVendor() bool { func
216 …covery() && !s.InstallInRamdisk() && !s.InstallInVendorRamdisk() && !s.ModuleBase.InstallInVendor()240 if s.InstallInVendor() {
85 func (c *Module) InstallInVendor() bool { func
180 return m.SocSpecific() || m.InstallInVendor()
287 return p.ModuleBase.InstallInVendor()