Home
last modified time | relevance | path

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

/build/soong/cc/
Dandroidmk.go276 if library.coverageOutputFile.Valid() {
277 entries.SetString("LOCAL_PREBUILT_COVERAGE_ARCHIVE", library.coverageOutputFile.String())
353 if binary.coverageOutputFile.Valid() {
354 entries.SetString("LOCAL_PREBUILT_COVERAGE_ARCHIVE", binary.coverageOutputFile.String())
Dbinary.go108 coverageOutputFile android.OptionalPath member
440 binary.coverageOutputFile = transformCoverageFilesToZip(ctx, objs, binary.getStem(ctx))
481 return binary.coverageOutputFile
Dlibrary.go608 coverageOutputFile android.OptionalPath member
1378 library.coverageOutputFile = transformCoverageFilesToZip(ctx, library.objects, ctx.ModuleName())
1532 library.coverageOutputFile = transformCoverageFilesToZip(ctx, objs, library.getLibName(ctx))
1586 return library.coverageOutputFile