Home
last modified time | relevance | path

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

/aosp12/build/soong/apex/
H A Dandroidmk.go271 if ccMod.CoverageOutputFile().Valid() {
272 fmt.Fprintln(w, "LOCAL_PREBUILT_COVERAGE_ARCHIVE :=", ccMod.CoverageOutputFile().String())
/aosp12/build/soong/java/
H A Dapp.go772 coverageFile: dep.CoverageOutputFile(),
/aosp12/build/soong/cc/
H A Dcc.go1015 func (c *Module) CoverageOutputFile() android.OptionalPath { func