Home
last modified time | relevance | path

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

/build/soong/cc/
Dinstaller.go35 InstallInSanitizerDir = iota const
99 return installer.location == InstallInSanitizerDir
Dlibrary.go985 location = InstallInSanitizerDir
/build/soong/android/
Dpaths.go107 InstallInSanitizerDir() bool methodSpec
1733 if ctx.InstallInSanitizerDir() {
1904 func (m testModuleInstallPathContext) InstallInSanitizerDir() bool { func