Home
last modified time | relevance | path

Searched refs:HWASanDisabledForPath (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dconfig.go1613 func (c *config) HWASanDisabledForPath(path string) bool { func
1624 return HasAnyPrefix(path, c.productVariables.HWASanIncludePaths) && !c.HWASanDisabledForPath(path)
/build/soong/cc/
Dsanitize.go537 if !ctx.Config().HWASanDisabledForPath(ctx.ModuleDir()) {