Home
last modified time | relevance | path

Searched refs:InstallInRecovery (Results 1 – 7 of 7) sorted by relevance

/build/soong/etc/
Dprebuilt_etc.go105 return p.ModuleBase.InRecovery() || p.ModuleBase.InstallInRecovery()
109 return p.ModuleBase.InstallInRecovery()
112 func (p *PrebuiltEtc) InstallInRecovery() bool { func
121 return !p.ModuleBase.InstallInRecovery() && !p.ModuleBase.InstallInRamdisk()
129 return proptools.Bool(p.properties.Recovery_available) || p.ModuleBase.InstallInRecovery()
/build/soong/android/
Dmodule.go196 InstallInRecovery() bool methodSpec
253 InstallInRecovery() bool methodSpec
1090 func (m *ModuleBase) InstallInRecovery() bool { func
1987 func (m *moduleContext) InstallInRecovery() bool { func
1988 return m.module.InstallInRecovery()
Dpaths.go61 InstallInRecovery() bool methodSpec
1368 } else if ctx.InstallInRecovery() {
Dpaths_test.go234 func (m moduleInstallPathContextImpl) InstallInRecovery() bool { func
Darch.go863 if os == Android && (module.InstallInRecovery() || module.InstallInRamdisk()) {
/build/soong/cc/
Dcc.go975 return c.ModuleBase.InRecovery() || c.ModuleBase.InstallInRecovery()
983 return c.ModuleBase.InstallInRecovery()
2689 func (c *Module) InstallInRecovery() bool { func
3204 if m.ModuleBase.InstallInRecovery() {
/build/soong/apex/
Dapex.go730 if mctx.Host() || mctx.Module().InstallInRecovery() {