Home
last modified time | relevance | path

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

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