Home
last modified time | relevance | path

Searched refs:DebugRamdiskVariantNeeded (Results 1 – 10 of 10) sorted by relevance

/build/soong/android/
Dimage.go35 DebugRamdiskVariantNeeded(ctx BaseModuleContext) bool methodSpec
92 if m.DebugRamdiskVariantNeeded(ctx) {
/build/soong/cc/
Dgenrule.go99 func (g *GenruleExtraProperties) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
Dimage.go624 func (c *Module) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
Dsnapshot_prebuilt.go142 func (s *snapshotModule) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
/build/soong/etc/
Dsnapshot_etc.go157 func (p *SnapshotEtc) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
Dprebuilt_etc.go226 func (p *PrebuiltEtc) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
/build/soong/bpf/
Dbpf.go106 func (bpf *bpf) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
/build/soong/rust/
Dimage.go101 func (mod *Module) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
/build/soong/sh/
Dsh_binary.go227 func (s *ShBinary) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
/build/soong/genrule/
Dgenrule.go664 func (x noopImageInterface) DebugRamdiskVariantNeeded(android.BaseModuleContext) bool { return f… func