Home
last modified time | relevance | path

Searched refs:coverageOutputFile (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dbinary.go105 coverageOutputFile android.OptionalPath member
437 binary.coverageOutputFile = transformCoverageFilesToZip(ctx, objs, binary.getStem(ctx))
474 return binary.coverageOutputFile
Dandroidmk.go270 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())
Dlibrary.go490 coverageOutputFile android.OptionalPath member
1158 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