Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dandroidmk.go259 if library.coverageOutputFile.Valid() {
260 entries.SetString("LOCAL_PREBUILT_COVERAGE_ARCHIVE", library.coverageOutputFile.String())
345 if binary.coverageOutputFile.Valid() {
346 entries.SetString("LOCAL_PREBUILT_COVERAGE_ARCHIVE", binary.coverageOutputFile.String())
H A Dbinary.go105 coverageOutputFile android.OptionalPath member
440 binary.coverageOutputFile = transformCoverageFilesToZip(ctx, objs, binary.getStem(ctx))
485 return binary.coverageOutputFile
H A Dlibrary.go403 coverageOutputFile android.OptionalPath member
1011 library.coverageOutputFile = transformCoverageFilesToZip(ctx, library.objects, ctx.ModuleName())
1184 library.coverageOutputFile = transformCoverageFilesToZip(ctx, objs, library.getLibName(ctx))
1254 return library.coverageOutputFile