Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/
Dutils.py977 with zipfile.ZipFile(zip_path, 'r') as zip_file:
978 for info in zip_file.infolist():
979 _extract_file(zip_file, info, extract_location)
982 def _extract_file(zip_file, zip_info, extract_location): argument
990 out_path = zip_file.extract(zip_info.filename, path=extract_location)