Home
last modified time | relevance | path

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

/build/soong/cc/
Dsanitize.go742 } else if sanitizeable, ok := mctx.Module().(Sanitizeable); ok {
986 type Sanitizeable interface { interface
1075 …} else if sanitizeable, ok := mctx.Module().(Sanitizeable); ok && sanitizeable.IsSanitizerEnabled(…