Home
last modified time | relevance | path

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

/tools/external_updater/
Darchive_utils.py39 def unzip(archive_path, target_path): argument
47 with ZipFileWithPermission(archive_path) as zfile:
51 def untar(archive_path, target_path): argument
59 with tarfile.open(archive_path, mode='r') as tfile: