Searched refs:InstallInRecovery (Results 1 – 7 of 7) sorted by relevance
105 return p.ModuleBase.InRecovery() || p.ModuleBase.InstallInRecovery()109 return p.ModuleBase.InstallInRecovery()112 func (p *PrebuiltEtc) InstallInRecovery() bool { func121 return !p.ModuleBase.InstallInRecovery() && !p.ModuleBase.InstallInRamdisk()129 return proptools.Bool(p.properties.Recovery_available) || p.ModuleBase.InstallInRecovery()
196 InstallInRecovery() bool methodSpec253 InstallInRecovery() bool methodSpec1090 func (m *ModuleBase) InstallInRecovery() bool { func1987 func (m *moduleContext) InstallInRecovery() bool { func1988 return m.module.InstallInRecovery()
61 InstallInRecovery() bool methodSpec1368 } else if ctx.InstallInRecovery() {
234 func (m moduleInstallPathContextImpl) InstallInRecovery() bool { func
863 if os == Android && (module.InstallInRecovery() || module.InstallInRamdisk()) {
975 return c.ModuleBase.InRecovery() || c.ModuleBase.InstallInRecovery()983 return c.ModuleBase.InstallInRecovery()2689 func (c *Module) InstallInRecovery() bool { func3204 if m.ModuleBase.InstallInRecovery() {
730 if mctx.Host() || mctx.Module().InstallInRecovery() {