Searched refs:coverageOutputFile (Results 1 – 3 of 3) sorted by relevance
99 coverageOutputFile android.OptionalPath member413 binary.coverageOutputFile = TransformCoverageFilesToZip(ctx, objs, binary.getStem(ctx))447 return binary.coverageOutputFile
268 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())
356 coverageOutputFile android.OptionalPath member904 library.coverageOutputFile = TransformCoverageFilesToZip(ctx, library.objects, ctx.ModuleName())1034 library.coverageOutputFile = TransformCoverageFilesToZip(ctx, objs, library.getLibName(ctx))1052 return library.coverageOutputFile