Home
last modified time | relevance | path

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

/build/soong/cc/
Dinstaller.go35 InstallInSanitizerDir = iota const
99 return installer.location == InstallInSanitizerDir
Dlibrary.go752 location = InstallInSanitizerDir
Dcc.go2675 func (c *Module) InstallInSanitizerDir() bool { func
/build/soong/android/
Dmodule.go194 InstallInSanitizerDir() bool methodSpec
251 InstallInSanitizerDir() bool methodSpec
1082 func (m *ModuleBase) InstallInSanitizerDir() bool { func
1979 func (m *moduleContext) InstallInSanitizerDir() bool { func
1980 return m.module.InstallInSanitizerDir()
Dpaths.go59 InstallInSanitizerDir() bool methodSpec
1388 if ctx.InstallInSanitizerDir() {
Dpaths_test.go226 func (m moduleInstallPathContextImpl) InstallInSanitizerDir() bool { func