Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go62 InstallInRoot() bool methodSpec
1365 if !ctx.InstallInRoot() {
1369 if ctx.InstallInRoot() {
1383 } else if ctx.InstallInRoot() {
Dmodule.go197 InstallInRoot() bool methodSpec
254 InstallInRoot() bool methodSpec
1094 func (m *ModuleBase) InstallInRoot() bool { func
1991 func (m *moduleContext) InstallInRoot() bool { func
1992 return m.module.InstallInRoot()
Dpaths_test.go238 func (m moduleInstallPathContextImpl) InstallInRoot() bool { func