HomeSort by relevance Sort by last modified time
    Searched refs:unzip_cmd (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/cros/
sonic_extension_downloader.py 100 unzip_cmd = 'unzip -o "%s" -d "%s"' % (output_crx, unzipped_crx_dir)
105 cmd_output = utils.run(unzip_cmd, ignore_status=True, timeout=1)
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 95 unzip_cmd = ['ditto', '-x', '-k', archive_path, unzip_path]
96 proc = subprocess.Popen(unzip_cmd, bufsize=0, stdout=subprocess.PIPE,

Completed in 253 milliseconds