Home
last modified time | relevance | path

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

/development/tools/compare_cts_reports/
Dparse_cts_report.py130 def read_test_result_xml(self, test_result_path, ignore_abi=False): argument
133 tree = ET.parse(test_result_path)
296 def get_test_info_xml(test_result_path): argument
299 tree = ET.parse(test_result_path)
304 'source_path': test_result_path,