Home
last modified time | relevance | path

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

/build/soong/cc/
Dcoverage.go196 IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool methodSpec
222 } else if cov, ok := mctx.Module().(Coverage); ok && cov.IsNativeCoverageNeeded(mctx) {
/build/soong/apex/
Dapex.go1596 func (a *apexBundle) IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool { func
1855 if ctx.Config().IsEnvTrue("EMMA_INSTRUMENT") || a.IsNativeCoverageNeeded(ctx) {
/build/soong/rust/
Drust.go333 func (mod *Module) IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool { func
/build/soong/java/
Dapp.go974 func (a *AndroidApp) IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool { func