Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go112 InstallInRoot() bool methodSpec
1695 if !ctx.InstallInRoot() {
1708 if !ctx.InstallInRoot() {
1714 if ctx.InstallInRoot() {
1728 } else if ctx.InstallInRoot() {
1924 func (m testModuleInstallPathContext) InstallInRoot() bool { func