Home
last modified time | relevance | path

Searched refs:device_coverage_path (Results 1 – 2 of 2) sorted by relevance

/development/testrunner/test_defs/
Dinstrumentation_test.py161 device_coverage_path = status_map.get("coverageFilePath", None)
162 if device_coverage_path is None:
167 self.GetName(), coverage_target, device_coverage_path,
/development/testrunner/coverage/
Dcoverage.py71 device_coverage_path, argument
102 if self._adb.Pull(device_coverage_path, coverage_local_path):