Searched refs:coverageOutputFile (Results 1 – 3 of 3) sorted by relevance
/build/soong/cc/ |
D | androidmk.go | 185 if library.coverageOutputFile.Valid() { 186 fmt.Fprintln(w, "LOCAL_PREBUILT_COVERAGE_ARCHIVE :=", library.coverageOutputFile.String()) 236 if binary.coverageOutputFile.Valid() { 237 fmt.Fprintln(w, "LOCAL_PREBUILT_COVERAGE_ARCHIVE :=", binary.coverageOutputFile.String())
|
D | binary.go | 92 coverageOutputFile android.OptionalPath member 391 …binary.coverageOutputFile = TransformCoverageFilesToLib(ctx, objs, builderFlags, binary.getStem(ct…
|
D | library.go | 279 coverageOutputFile android.OptionalPath member 632 library.coverageOutputFile = TransformCoverageFilesToLib(ctx, library.objects, builderFlags, 744 …library.coverageOutputFile = TransformCoverageFilesToLib(ctx, objs, builderFlags, library.getLibNa…
|