Home
last modified time | relevance | path

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

/build/soong/cc/
Dbinary.go99 coverageOutputFile android.OptionalPath member
413 binary.coverageOutputFile = TransformCoverageFilesToZip(ctx, objs, binary.getStem(ctx))
447 return binary.coverageOutputFile
Dandroidmk.go268 if library.coverageOutputFile.Valid() {
269 entries.SetString("LOCAL_PREBUILT_COVERAGE_ARCHIVE", library.coverageOutputFile.String())
335 if binary.coverageOutputFile.Valid() {
336 entries.SetString("LOCAL_PREBUILT_COVERAGE_ARCHIVE", binary.coverageOutputFile.String())
Dlibrary.go356 coverageOutputFile android.OptionalPath member
904 library.coverageOutputFile = TransformCoverageFilesToZip(ctx, library.objects, ctx.ModuleName())
1034 library.coverageOutputFile = TransformCoverageFilesToZip(ctx, objs, library.getLibName(ctx))
1052 return library.coverageOutputFile