Searched refs:ota_tools_zip (Results 1 – 1 of 1) sorted by relevance
52 def unzip_ota_tools(ota_tools_zip, output_dir): argument54 ota_tools_zip.extractall(output_dir)173 with zipfile.ZipFile(args.ota_tools) as ota_tools_zip:174 unzip_ota_tools(ota_tools_zip, temp_ota_tools_dir)