Searched refs:HWASanDisabledForPath (Results 1 – 2 of 2) sorted by relevance
1613 func (c *config) HWASanDisabledForPath(path string) bool { func1624 return HasAnyPrefix(path, c.productVariables.HWASanIncludePaths) && !c.HWASanDisabledForPath(path)
537 if !ctx.Config().HWASanDisabledForPath(ctx.ModuleDir()) {