Searched refs:coverageOutputFile (Results 1 – 3 of 3) sorted by relevance
105 coverageOutputFile android.OptionalPath member437 binary.coverageOutputFile = transformCoverageFilesToZip(ctx, objs, binary.getStem(ctx))474 return binary.coverageOutputFile
270 if library.coverageOutputFile.Valid() {271 entries.SetString("LOCAL_PREBUILT_COVERAGE_ARCHIVE", library.coverageOutputFile.String())339 if binary.coverageOutputFile.Valid() {340 entries.SetString("LOCAL_PREBUILT_COVERAGE_ARCHIVE", binary.coverageOutputFile.String())
490 coverageOutputFile android.OptionalPath member1158 library.coverageOutputFile = transformCoverageFilesToZip(ctx, library.objects, ctx.ModuleName())1309 library.coverageOutputFile = transformCoverageFilesToZip(ctx, objs, library.getLibName(ctx))1322 CoverageSharedLibrary: library.coverageOutputFile,1365 return library.coverageOutputFile