OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_coverage_path
(Results
1 - 2
of
2
) sorted by null
/development/testrunner/test_defs/
instrumentation_test.py
162
device_coverage_path
= status_map.get("coverageFilePath", None)
163
if
device_coverage_path
is None:
168
self,
device_coverage_path
, test_qualifier=options.test_size)
/development/testrunner/
coverage.py
88
device_coverage_path
,
96
device_coverage_path
: location of coverage file on device
118
if self._adb.Pull(
device_coverage_path
, coverage_local_path):
Completed in 870 milliseconds