Home
last modified time | relevance | path

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

/build/soong/cc/
Dinstaller.go35 InstallInSanitizerDir = iota const
99 return installer.location == InstallInSanitizerDir
Dlibrary.go985 location = InstallInSanitizerDir
Dcc.go2983 func (c *Module) InstallInSanitizerDir() bool { func
/build/soong/android/
Dmodule.go400 InstallInSanitizerDir() bool methodSpec
458 InstallInSanitizerDir() bool methodSpec
1543 func (m *ModuleBase) InstallInSanitizerDir() bool { func
2597 func (m *moduleContext) InstallInSanitizerDir() bool { func
2598 return m.module.InstallInSanitizerDir()
Dpaths.go107 InstallInSanitizerDir() bool methodSpec
1733 if ctx.InstallInSanitizerDir() {
1904 func (m testModuleInstallPathContext) InstallInSanitizerDir() bool { func