Home
last modified time | relevance | path

Searched refs:InstallInDebugRamdisk (Results 1 – 3 of 3) sorted by relevance

/build/soong/etc/
Dprebuilt_etc.go175 return p.ModuleBase.InDebugRamdisk() || p.ModuleBase.InstallInDebugRamdisk()
179 return p.ModuleBase.InstallInDebugRamdisk()
182 func (p *PrebuiltEtc) InstallInDebugRamdisk() bool { func
204 !p.ModuleBase.InstallInVendorRamdisk() && !p.ModuleBase.InstallInDebugRamdisk()
216 return proptools.Bool(p.properties.Debug_ramdisk_available) || p.ModuleBase.InstallInDebugRamdisk()
/build/soong/android/
Dpaths.go110 InstallInDebugRamdisk() bool methodSpec
1711 } else if ctx.InstallInDebugRamdisk() {
1916 func (m testModuleInstallPathContext) InstallInDebugRamdisk() bool { func
Darch.go668 …| module.InstallInRamdisk() || module.InstallInVendorRamdisk() || module.InstallInDebugRamdisk()) {