Home
last modified time | relevance | path

Searched refs:TransformCoverageFilesToZip (Results 1 – 6 of 6) sorted by relevance

/build/soong/rust/
Dbinary.go126 binary.coverageOutputZipFile = TransformCoverageFilesToZip(ctx, coverageFiles, binary.getStem(ctx))
Dbuilder.go268 func TransformCoverageFilesToZip(ctx ModuleContext, func
Dlibrary.go415 …library.coverageOutputZipFile = TransformCoverageFilesToZip(ctx, coverageFiles, library.getStem(ct…
/build/soong/cc/
Dbinary.go413 binary.coverageOutputFile = TransformCoverageFilesToZip(ctx, objs, binary.getStem(ctx))
Dlibrary.go904 library.coverageOutputFile = TransformCoverageFilesToZip(ctx, library.objects, ctx.ModuleName())
1034 library.coverageOutputFile = TransformCoverageFilesToZip(ctx, objs, library.getLibName(ctx))
Dbuilder.go974 func TransformCoverageFilesToZip(ctx android.ModuleContext, func