HomeSort by relevance Sort by last modified time
    Searched refs:device_coverage_path (Results 1 - 2 of 2) sorted by null

  /development/testrunner/test_defs/
instrumentation_test.py 161 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/
coverage.py 71 device_coverage_path,
80 device_coverage_path: location of coverage file on device
102 if self._adb.Pull(device_coverage_path, coverage_local_path):

Completed in 26 milliseconds