Searched refs:InstallInDebugRamdisk (Results 1 – 5 of 5) sorted by relevance
192 return p.ModuleBase.InDebugRamdisk() || p.ModuleBase.InstallInDebugRamdisk()196 return p.ModuleBase.InstallInDebugRamdisk()199 func (p *PrebuiltEtc) InstallInDebugRamdisk() bool { func221 !p.ModuleBase.InstallInVendorRamdisk() && !p.ModuleBase.InstallInDebugRamdisk()233 return proptools.Bool(p.properties.Debug_ramdisk_available) || p.ModuleBase.InstallInDebugRamdisk()
178 InstallInDebugRamdisk() bool methodSpec404 func (m *moduleContext) InstallInDebugRamdisk() bool { func405 return m.module.InstallInDebugRamdisk()
112 InstallInDebugRamdisk() bool methodSpec147 func (ctx *baseModuleContextToModuleInstallPathContext) InstallInDebugRamdisk() bool { func148 return ctx.Module().InstallInDebugRamdisk()1907 } else if ctx.InstallInDebugRamdisk() {2149 func (m testModuleInstallPathContext) InstallInDebugRamdisk() bool { func
80 InstallInDebugRamdisk() bool methodSpec1549 func (m *ModuleBase) InstallInDebugRamdisk() bool { func
606 …| module.InstallInRamdisk() || module.InstallInVendorRamdisk() || module.InstallInDebugRamdisk()) {