Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dconfig.go1251 func (c *config) CFIDisabledForPath(path string) bool { func
1262 return HasAnyPrefix(path, c.productVariables.CFIIncludePaths) && !c.CFIDisabledForPath(path)
/aosp12/build/soong/cc/
H A Dsanitize.go318 if !ctx.Config().CFIDisabledForPath(ctx.ModuleDir()) {