Home
last modified time | relevance | path

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

/build/soong/cc/
Dandroidmk.go255 if library.coverageOutputFile.Valid() {
256 entries.SetString("LOCAL_PREBUILT_COVERAGE_ARCHIVE", library.coverageOutputFile.String())
340 if binary.coverageOutputFile.Valid() {
341 entries.SetString("LOCAL_PREBUILT_COVERAGE_ARCHIVE", binary.coverageOutputFile.String())
Dbinary.go105 coverageOutputFile android.OptionalPath member
440 binary.coverageOutputFile = transformCoverageFilesToZip(ctx, objs, binary.getStem(ctx))
485 return binary.coverageOutputFile
Dlibrary.go422 coverageOutputFile android.OptionalPath member
1120 library.coverageOutputFile = transformCoverageFilesToZip(ctx, library.objects, ctx.ModuleName())
1301 library.coverageOutputFile = transformCoverageFilesToZip(ctx, objs, library.getLibName(ctx))
1375 return library.coverageOutputFile