Home
last modified time | relevance | path

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

/build/soong/cc/
Dcc.go874 func (c *Module) isCoverageVariant() bool { func
1221 if ctx.mod.isCoverageVariant() {
1577 !c.InRecovery() && !c.UseVndk() && !c.static() && !c.isCoverageVariant() &&
/build/soong/rust/
Drust.go327 func (mod *Module) isCoverageVariant() bool { func