Home
last modified time | relevance | path

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

/build/soong/rust/
Dsanitize.go156 if !ctx.Config().MemtagHeapDisabledForPath(ctx.ModuleDir()) {
/build/soong/android/
Dconfig.go1592 func (c *config) MemtagHeapDisabledForPath(path string) bool { func
1603 …yPrefix(path, c.productVariables.MemtagHeapAsyncIncludePaths) && !c.MemtagHeapDisabledForPath(path)
1610 …nyPrefix(path, c.productVariables.MemtagHeapSyncIncludePaths) && !c.MemtagHeapDisabledForPath(path)
/build/soong/cc/
Dsanitize.go551 if !ctx.Config().MemtagHeapDisabledForPath(ctx.ModuleDir()) {