Home
last modified time | relevance | path

Searched refs:InstallInVendor (Results 1 – 9 of 9) sorted by relevance

/build/soong/rust/
Dfuzz.go91 if ctx.InstallInVendor() {
145 install, ctx.Host(), ctx.InstallInVendor(), installBase, ctx.Arch().ArchType.String()))
150 …cc.SharedLibrarySymbolsInstallLocation(install, ctx.InstallInVendor(), installBase, ctx.Arch().Arc…
Dimage.go120 func (mod *Module) InstallInVendor() bool { func
/build/soong/android/
Dmodule_context.go183 InstallInVendor() bool methodSpec
428 func (m *moduleContext) InstallInVendor() bool { func
429 return m.module.InstallInVendor()
Dpaths.go117 InstallInVendor() bool methodSpec
167 func (ctx *baseModuleContextToModuleInstallPathContext) InstallInVendor() bool { func
168 return ctx.Module().InstallInVendor()
1916 } else if ctx.SocSpecific() || ctx.InstallInVendor() {
2169 func (m testModuleInstallPathContext) InstallInVendor() bool { func
Dmodule.go85 InstallInVendor() bool methodSpec
1565 func (m *ModuleBase) InstallInVendor() bool { func
/build/soong/sh/
Dsh_binary.go216 …covery() && !s.InstallInRamdisk() && !s.InstallInVendorRamdisk() && !s.ModuleBase.InstallInVendor()
240 if s.InstallInVendor() {
/build/soong/cc/
Dimage.go85 func (c *Module) InstallInVendor() bool { func
Dcc_test.go180 return m.SocSpecific() || m.InstallInVendor()
/build/soong/etc/
Dprebuilt_etc.go287 return p.ModuleBase.InstallInVendor()