Home
last modified time | relevance | path

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

/build/soong/rust/
Dsanitize.go34 SanitizeDep bool `blueprint:"mutated"` member
294 func (mod *Module) SanitizeDep() bool { func
295 return mod.sanitize.Properties.SanitizeDep
305 mod.sanitize.Properties.SanitizeDep = b
/build/soong/cc/
Dlinkable.go31 SanitizeDep() bool methodSpec
Dsanitize.go223 SanitizeDep bool `blueprint:"mutated"` member
1232 func (c *Module) SanitizeDep() bool { func
1233 return c.sanitize.Properties.SanitizeDep
1254 c.sanitize.Properties.SanitizeDep = b
1267 } else if c.IsSanitizerEnabled(t) || c.SanitizeDep() {