Home
last modified time | relevance | path

Searched refs:VendorRamdiskVariantNeeded (Results 1 – 8 of 8) sorted by relevance

/build/soong/android/
Dimage.go31 VendorRamdiskVariantNeeded(ctx BaseModuleContext) bool methodSpec
90 if m.VendorRamdiskVariantNeeded(ctx) {
/build/soong/rust/
Dimage.go71 mod.Properties.VendorRamdiskVariantNeeded = b
88 func (mod *Module) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
89 return mod.Properties.VendorRamdiskVariantNeeded
Drust.go85 VendorRamdiskVariantNeeded bool `blueprint:"mutated"` member
/build/soong/cc/
Dgenrule.go74 func (g *GenruleExtraProperties) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
Dimage.go356 m.Properties.VendorRamdiskVariantNeeded = b
619 func (c *Module) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
620 return c.Properties.VendorRamdiskVariantNeeded
Dsnapshot_prebuilt.go307 func (s *snapshot) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
/build/soong/etc/
Dprebuilt_etc.go211 func (p *PrebuiltEtc) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
/build/soong/genrule/
Dgenrule.go628 func (x noopImageInterface) VendorRamdiskVariantNeeded(android.BaseModuleContext) bool { return f… func