Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/utils/parser/
Dresult_utils.py25 def ExtractResultZip(zip_file, output_dir, xml_only=True): argument
38 xml_name = next(x for x in zip_file.namelist() if
47 return zip_file.extract(xml_name, path=output_dir)
49 zip_file.extractall(path=output_dir)
/test/framework/harnesses/host_controller/command_processor/
Dcommand_sheet_test.py222 with zipfile.ZipFile(temp_file, "w") as zip_file:
223 zip_file.writestr(common._TEST_RESULT_XML, xml_string)
307 "w") as zip_file:
308 zip_file.writestr(common._TEST_RESULT_XML, _XML_1)
Dcommand_sheet.py288 with zipfile.ZipFile(src, mode="r") as zip_file:
290 zip_file, os.path.join(temp_dir, "unzipped"))
/test/framework/harnesses/host_controller/build/
Dbuild_provider_test.py76 with zipfile.ZipFile(zip_path, "w") as zip_file:
78 zip_file.write(empty_path, path)