Home
last modified time | relevance | path

Searched refs:InstallInDebugRamdisk (Results 1 – 5 of 5) sorted by relevance

/build/soong/etc/
Dprebuilt_etc.go192 return p.ModuleBase.InDebugRamdisk() || p.ModuleBase.InstallInDebugRamdisk()
196 return p.ModuleBase.InstallInDebugRamdisk()
199 func (p *PrebuiltEtc) InstallInDebugRamdisk() bool { func
221 !p.ModuleBase.InstallInVendorRamdisk() && !p.ModuleBase.InstallInDebugRamdisk()
233 return proptools.Bool(p.properties.Debug_ramdisk_available) || p.ModuleBase.InstallInDebugRamdisk()
/build/soong/android/
Dmodule_context.go178 InstallInDebugRamdisk() bool methodSpec
404 func (m *moduleContext) InstallInDebugRamdisk() bool { func
405 return m.module.InstallInDebugRamdisk()
Dpaths.go112 InstallInDebugRamdisk() bool methodSpec
147 func (ctx *baseModuleContextToModuleInstallPathContext) InstallInDebugRamdisk() bool { func
148 return ctx.Module().InstallInDebugRamdisk()
1907 } else if ctx.InstallInDebugRamdisk() {
2149 func (m testModuleInstallPathContext) InstallInDebugRamdisk() bool { func
Dmodule.go80 InstallInDebugRamdisk() bool methodSpec
1549 func (m *ModuleBase) InstallInDebugRamdisk() bool { func
Darch.go606 …| module.InstallInRamdisk() || module.InstallInVendorRamdisk() || module.InstallInDebugRamdisk()) {