Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dconfig.go1818 func (c *config) HWASanDisabledForPath(path string) bool { func
1829 return HasAnyPrefix(path, c.productVariables.HWASanIncludePaths) && !c.HWASanDisabledForPath(path)
/aosp_15_r20/build/soong/cc/
H A Dsanitize.go550 if !ctx.Config().HWASanDisabledForPath(ctx.ModuleDir()) {