Home
last modified time | relevance | path

Searched refs:inRecovery (Results 1 – 8 of 8) sorted by relevance

/build/soong/etc/
Dprebuilt_etc.go104 func (p *PrebuiltEtc) inRecovery() bool { func
113 return p.inRecovery()
216 if p.inRecovery() && !p.onlyInRecovery() {
/build/soong/android/
Dpaths_test.go207 inRecovery bool member
235 return m.inRecovery
364 inRecovery: true,
376 inRecovery: true,
/build/soong/cc/
Dbinary.go276 if ctx.bootstrap() && !ctx.inRecovery() && !ctx.inRamdisk() {
470 …ctx.Config()) && !translatedArch && ctx.apexName() == "" && !ctx.inRamdisk() && !ctx.inRecovery() {
Dcompiler.go334 if ctx.inRecovery() {
451 if ctx.inRecovery() {
Dlibrary.go834 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() &&
Dlinker.go249 if ctx.inRecovery() {
Dsanitize.go364 if (ctx.inRamdisk() || ctx.inRecovery()) && !strings.HasPrefix(ctx.ModuleDir(), "bionic/libc") {
Dcc.go338 inRecovery() bool methodSpec
1210 func (ctx *moduleContextImpl) inRecovery() bool { func