Searched refs:inRecovery (Results 1 – 8 of 8) sorted by relevance
104 func (p *PrebuiltEtc) inRecovery() bool { func113 return p.inRecovery()216 if p.inRecovery() && !p.onlyInRecovery() {
207 inRecovery bool member235 return m.inRecovery364 inRecovery: true,376 inRecovery: true,
276 if ctx.bootstrap() && !ctx.inRecovery() && !ctx.inRamdisk() {470 …ctx.Config()) && !translatedArch && ctx.apexName() == "" && !ctx.inRamdisk() && !ctx.inRecovery() {
334 if ctx.inRecovery() {451 if ctx.inRecovery() {
834 if ctx.inRecovery() {1167 if !ctx.inRamdisk() && !ctx.inRecovery() && (isProduct || (isOwnerPlatform == isVendor)) {1259 …tx.Config()) && !library.buildStubs() && !translatedArch && !ctx.inRamdisk() && !ctx.inRecovery() {1274 !ctx.useVndk() && !ctx.inRamdisk() && !ctx.inRecovery() && ctx.Device() &&
249 if ctx.inRecovery() {
364 if (ctx.inRamdisk() || ctx.inRecovery()) && !strings.HasPrefix(ctx.ModuleDir(), "bionic/libc") {
338 inRecovery() bool methodSpec1210 func (ctx *moduleContextImpl) inRecovery() bool { func