Home
last modified time | relevance | path

Searched refs:InVendor (Results 1 – 13 of 13) sorted by relevance

/build/soong/snapshot/
Dvendor_snapshot.go21 InVendor() bool methodSpec
102 return v.InVendor
/build/soong/rust/
Dimage.go124 …return ctx.ModuleContext.SocSpecific() || (ctx.RustModule().InVendor() && !ctx.RustModule().Vendor…
129 …return ctx.ModuleContext.DeviceSpecific() || (ctx.RustModule().InVendor() && ctx.RustModule().Vend…
198 func (mod *Module) InVendor() bool { func
Dbinary.go159 } else if mod, ok := ctx.Module().(*Module); ok && mod.InVendor() {
172 } else if ctx.RustModule().InVendor() {
Dtest.go124 if ctx.RustModule().InVendor() || ctx.RustModule().UseVndk() {
Dbindgen.go153 if ctx.RustModule().InVendor() {
Dlibrary.go240 if ctx.Module().(*Module).InVendor() {
259 if ctx.RustModule().InVendor() {
Dcompiler.go442 } else if ctx.RustModule().InVendor() {
/build/soong/cc/
Dlinkable.go139 InVendor() bool methodSpec
270 } else if c.InVendor() {
Dimage.go69 return ctx.mod.InVendor()
94 return c.HasVendorVariant() && c.InVendor() && !c.VendorVariantToOdm()
99 return c.InVendor() && c.VendorVariantToOdm()
129 func (c *Module) InVendor() bool { func
Dvndk.go374 return lib.shared() && m.InVendor() && m.IsVndk() && !m.IsVndkExt() && !useCoreVariant
601 …if !m.InVendor() || (!installable(m, apexInfo) && !m.IsLlndk()) || m.IsSnapshotPrebuilt() || !m.Ou…
Dsanitize.go916 if !c.InVendor() {
Dcc.go877 "InVendor": c.InVendor(),
2143 if c.InVendor() && c.VndkVersion() == actx.DeviceConfig().VndkVersion() {
/build/soong/etc/
Dprebuilt_etc.go285 func (p *PrebuiltEtc) InVendor() bool { func