Searched refs:CoverageOutputFile (Results 1 – 3 of 3) sorted by relevance
271 if ccMod.CoverageOutputFile().Valid() {272 fmt.Fprintln(w, "LOCAL_PREBUILT_COVERAGE_ARCHIVE :=", ccMod.CoverageOutputFile().String())
772 coverageFile: dep.CoverageOutputFile(),
1015 func (c *Module) CoverageOutputFile() android.OptionalPath { func