Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go114 InstallInRoot() bool methodSpec
155 func (ctx *baseModuleContextToModuleInstallPathContext) InstallInRoot() bool { func
156 return ctx.Module().InstallInRoot()
1891 if !ctx.InstallInRoot() {
1904 if !ctx.InstallInRoot() {
1910 if ctx.InstallInRoot() {
1924 } else if ctx.InstallInRoot() {
2157 func (m testModuleInstallPathContext) InstallInRoot() bool { func
Dmodule_context.go180 InstallInRoot() bool methodSpec
412 func (m *moduleContext) InstallInRoot() bool { func
413 return m.module.InstallInRoot()
Dmodule.go82 InstallInRoot() bool methodSpec
1569 func (m *ModuleBase) InstallInRoot() bool { func
/build/soong/cc/
Dcc.go955 "InstallInRoot": c.InstallInRoot(),
1492 func (c *Module) InstallInRoot() bool { func