Home
last modified time | relevance | path

Searched refs:IsNativeCoverageNeeded (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dcoverage.go206 IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool methodSpec
232 } else if cov, ok := mctx.Module().(Coverage); ok && cov.IsNativeCoverageNeeded(mctx) {
/build/soong/apex/
Dapex.go1248 func (a *apexBundle) IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool { func
2352 if ctx.Config().IsEnvTrue("EMMA_INSTRUMENT") || a.IsNativeCoverageNeeded(ctx) {
/build/soong/rust/
Drust.go473 func (mod *Module) IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool { func
/build/soong/java/
Dapp.go892 func (a *AndroidApp) IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool { func