Home
last modified time | relevance | path

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

/build/soong/cc/
Dandroidmk.go277 if library.coverageOutputFile.Valid() {
278 entries.SetString("LOCAL_PREBUILT_COVERAGE_ARCHIVE", library.coverageOutputFile.String())
354 if binary.coverageOutputFile.Valid() {
355 entries.SetString("LOCAL_PREBUILT_COVERAGE_ARCHIVE", binary.coverageOutputFile.String())
Dbinary.go110 coverageOutputFile android.OptionalPath member
442 binary.coverageOutputFile = transformCoverageFilesToZip(ctx, objs, binary.getStem(ctx))
483 return binary.coverageOutputFile
Dlibrary.go810 coverageOutputFile android.OptionalPath member
1632 library.coverageOutputFile = transformCoverageFilesToZip(ctx, library.objects, ctx.ModuleName())
1785 library.coverageOutputFile = transformCoverageFilesToZip(ctx, objs, library.getLibName(ctx))
1842 return library.coverageOutputFile