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.go748 location = InstallInSanitizerDir
Dcc.go2646 func (c *Module) InstallInSanitizerDir() bool { func
/build/soong/android/
Dmodule.go180 InstallInSanitizerDir() bool methodSpec
227 InstallInSanitizerDir() bool methodSpec
997 func (m *ModuleBase) InstallInSanitizerDir() bool { func
1827 func (m *moduleContext) InstallInSanitizerDir() bool { func
1828 return m.module.InstallInSanitizerDir()
Dpaths.go51 InstallInSanitizerDir() bool methodSpec
1312 if ctx.InstallInSanitizerDir() {
Dpaths_test.go224 func (m moduleInstallPathContextImpl) InstallInSanitizerDir() bool { func