Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dpaths.go112 InstallInRoot() bool
1695 if !ctx.InstallInRoot() {
1708 if !ctx.InstallInRoot() {
1714 if ctx.InstallInRoot() {
1728 } else if ctx.InstallInRoot() {
1924 func (m testModuleInstallPathContext) InstallInRoot() bool { func
H A Dmodule.go405 InstallInRoot() bool
463 InstallInRoot() bool
1563 func (m *ModuleBase) InstallInRoot() bool { func
2617 func (m *moduleContext) InstallInRoot() bool { func
2618 return m.module.InstallInRoot()
/aosp12/system/sepolicy/build/soong/
H A Dselinux_contexts.go91 func (m *selinuxContextsModule) InstallInRoot() bool { func