Home
last modified time | relevance | path

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

/build/soong/cc/
Dsabi.go149 if m.isCoverageVariant() {
Dcc.go1105 func (c *Module) isCoverageVariant() bool { func
1784 !c.InRecovery() && !c.UseVndk() && !c.static() && !c.isCoverageVariant() &&
/build/soong/rust/
Drust.go467 func (mod *Module) isCoverageVariant() bool { func