Searched refs:target_file_path (Results 1 – 1 of 1) sorted by relevance
774 def ParseInfoDict(target_file_path): argument775 with zipfile.ZipFile(target_file_path, 'r', allowZip64=True) as zfp: