Home
last modified time | relevance | path

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

/build/soong/etc/
Dprebuilt_etc.go98 return p.ModuleBase.InRecovery() || p.ModuleBase.InstallInRecovery()
102 return p.ModuleBase.InstallInRecovery()
105 func (p *PrebuiltEtc) InstallInRecovery() bool { func
114 return !p.ModuleBase.InstallInRecovery() && !p.ModuleBase.InstallInRamdisk()
122 return proptools.Bool(p.properties.Recovery_available) || p.ModuleBase.InstallInRecovery()
/build/soong/android/
Dmodule.go182 InstallInRecovery() bool methodSpec
229 InstallInRecovery() bool methodSpec
1005 func (m *ModuleBase) InstallInRecovery() bool { func
1835 func (m *moduleContext) InstallInRecovery() bool { func
1836 return m.module.InstallInRecovery()
Dpaths.go53 InstallInRecovery() bool methodSpec
1292 } else if ctx.InstallInRecovery() {
Dpaths_test.go232 func (m moduleInstallPathContextImpl) InstallInRecovery() bool { func
Darch.go907 if os == Android && (module.InstallInRecovery() || module.InstallInRamdisk()) {
/build/soong/cc/
Dcc.go964 return c.ModuleBase.InRecovery() || c.ModuleBase.InstallInRecovery()
972 return c.ModuleBase.InstallInRecovery()
2660 func (c *Module) InstallInRecovery() bool { func
3108 if m.ModuleBase.InstallInRecovery() {
/build/soong/apex/
Dapex.go831 if mctx.Host() || mctx.Module().InstallInRecovery() {