Home
last modified time | relevance | path

Searched refs:coverageOutputZipFile (Results 1 – 4 of 4) sorted by relevance

/build/soong/rust/
Dandroidmk.go99 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())
Dbinary.go126 binary.coverageOutputZipFile = TransformCoverageFilesToZip(ctx, coverageFiles, binary.getStem(ctx))
132 return binary.coverageOutputZipFile
Dcompiler.go118 coverageOutputZipFile android.OptionalPath member
Dlibrary.go415 …library.coverageOutputZipFile = TransformCoverageFilesToZip(ctx, coverageFiles, library.getStem(ct…