Home
last modified time | relevance | path

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

/build/soong/cc/
Dsabi.go139 if m.isCoverageVariant() {
Dcc.go1190 func (c *Module) isCoverageVariant() bool { func
1938 !c.InRecovery() && !c.UseVndk() && !c.static() && !c.isCoverageVariant() &&
/build/soong/rust/
Drust.go530 func (mod *Module) isCoverageVariant() bool { func