Searched refs:InstallInRecovery (Results 1 – 7 of 7) sorted by relevance
98 return p.ModuleBase.InRecovery() || p.ModuleBase.InstallInRecovery()102 return p.ModuleBase.InstallInRecovery()105 func (p *PrebuiltEtc) InstallInRecovery() bool { func114 return !p.ModuleBase.InstallInRecovery() && !p.ModuleBase.InstallInRamdisk()122 return proptools.Bool(p.properties.Recovery_available) || p.ModuleBase.InstallInRecovery()
182 InstallInRecovery() bool methodSpec229 InstallInRecovery() bool methodSpec1005 func (m *ModuleBase) InstallInRecovery() bool { func1835 func (m *moduleContext) InstallInRecovery() bool { func1836 return m.module.InstallInRecovery()
53 InstallInRecovery() bool methodSpec1292 } else if ctx.InstallInRecovery() {
232 func (m moduleInstallPathContextImpl) InstallInRecovery() bool { func
907 if os == Android && (module.InstallInRecovery() || module.InstallInRamdisk()) {
964 return c.ModuleBase.InRecovery() || c.ModuleBase.InstallInRecovery()972 return c.ModuleBase.InstallInRecovery()2660 func (c *Module) InstallInRecovery() bool { func3108 if m.ModuleBase.InstallInRecovery() {
831 if mctx.Host() || mctx.Module().InstallInRecovery() {