Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/utils/parser/
Dxml_utils.py22 def GetAttributes(xml_file, tag, attrs): argument
34 for _, elem in ElementTree.iterparse(xml_file, ("start", )):
/test/framework/harnesses/host_controller/command_processor/
Dcommand_sheet.py298 def _FilterTestResults(xml_file, max_return, filter_func): argument
312 for module, testcase, test in result_utils.IterateTestResults(xml_file):