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