Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dsonic_extension_downloader.py86 def setup_extension(unzipped_crx_dir): argument
100 unzip_cmd = 'unzip -o "%s" -d "%s"' % (output_crx, unzipped_crx_dir)
107 if os.path.exists(unzipped_crx_dir):
115 if not os.path.exists(unzipped_crx_dir):
118 unzipped_crx_dir)
124 fix_public_key(unzipped_crx_dir)
126 shutil.rmtree(unzipped_crx_dir)