Home
last modified time | relevance | path

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

/build/soong/cc/
Dsabi.go190 if m.isCoverageVariant() {
Dcc.go1308 func (c *Module) isCoverageVariant() bool { func
2133 !c.InRecovery() && !c.InVendorOrProduct() && !c.static() && !c.isCoverageVariant() &&
/build/soong/rust/
Drust.go518 func (mod *Module) isCoverageVariant() bool { func