Home
last modified time | relevance | path

Searched refs:IsVendorPublicLibrary (Results 1 – 6 of 6) sorted by relevance

/build/soong/cc/
Dlinkable.go162 IsVendorPublicLibrary() bool methodSpec
Dmakevars.go115 if ccModule.IsVendorPublicLibrary() && module.ExportedToMake() {
Dcc.go484 IsVendorPublicLibrary bool `blueprint:"mutated"` member
509 IsVendorPublicLibrary() bool methodSpec
957 "IsVendorPublicLibrary": c.IsVendorPublicLibrary(),
1331 func (c *Module) IsVendorPublicLibrary() bool { func
1332 return c.VendorProperties.IsVendorPublicLibrary
1662 func (ctx *moduleContextImpl) IsVendorPublicLibrary() bool { func
1663 return ctx.mod.IsVendorPublicLibrary()
1830 } else if c.IsVendorPublicLibrary() {
Dimage.go557 c.VendorProperties.IsVendorPublicLibrary = true
Dlibrary.go582 if ctx.IsVendorPublicLibrary() {
809 if ctx.IsVendorPublicLibrary() {
1607 if ctx.IsVendorPublicLibrary() {
2205 isVendorPublicLibrary := m.IsVendorPublicLibrary()
/build/soong/rust/
Drust.go353 func (mod *Module) IsVendorPublicLibrary() bool { func
354 return mod.VendorProperties.IsVendorPublicLibrary