Searched refs:coverageOutputZipFile (Results 1 – 4 of 4) sorted by relevance
99 if binary.coverageOutputZipFile.Valid() {100 fmt.Fprintln(w, "LOCAL_PREBUILT_COVERAGE_ARCHIVE := "+binary.coverageOutputZipFile.String())144 if library.coverageOutputZipFile.Valid() {145 fmt.Fprintln(w, "LOCAL_PREBUILT_COVERAGE_ARCHIVE := "+library.coverageOutputZipFile.String())
126 binary.coverageOutputZipFile = TransformCoverageFilesToZip(ctx, coverageFiles, binary.getStem(ctx))132 return binary.coverageOutputZipFile
118 coverageOutputZipFile android.OptionalPath member
415 …library.coverageOutputZipFile = TransformCoverageFilesToZip(ctx, coverageFiles, library.getStem(ct…