Searched refs:target_file_path (Results 1 – 2 of 2) sorted by relevance
42 def ConvertCOW(ota_path, target_file_path, tmp_dir, output_dir): argument53 with zipfile.ZipFile(target_file_path) as zfp:78 target_file_path = sys.argv[2]82 ConvertCOW(ota_path, target_file_path, tmp_dir, output_dir)
33 def extract_file(zip_file_path, entry_name, target_file_path): argument35 with open(target_file_path, 'wb') as out_fp: