Searched refs:InRecovery (Results 1 – 10 of 10) sorted by relevance
135 InRecovery() bool methodSpec267 } else if c.InRecovery() {
139 if m.InRamdisk() || m.InVendorRamdisk() || m.InRecovery() {
80 return ctx.mod.InRecovery()140 func (c *Module) InRecovery() bool { func141 return c.ModuleBase.InRecovery() || c.ModuleBase.InstallInRecovery()
48 InRecovery() bool methodSpec306 …!ctx.InRamdisk() && !ctx.InVendorRamdisk() && !ctx.InRecovery() && !ctx.UseVndk() && !ctx.static()…
412 ccModule.InRamdisk() || ccModule.InVendorRamdisk() || ccModule.InRecovery() {
210 return m.InRecovery
2123 InRecovery() bool
105 return mod.InRecovery()139 func (mod *Module) InRecovery() bool { func
147 rustModule.InRamdisk() || rustModule.InVendorRamdisk() || rustModule.InRecovery() {
187 return p.ModuleBase.InRecovery() || p.ModuleBase.InstallInRecovery()