Home
last modified time | relevance | path

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

/tools/acloud/public/actions/
Dremote_host_gf_device_factory.py531 artifact_paths.emulator_zip, artifact_paths.image_zip)
542 logger.debug("Unzip %s.", artifact_paths.image_zip)
543 with zipfile.ZipFile(artifact_paths.image_zip,
548 self._GetSubdirNameInZip(artifact_paths.image_zip))
/tools/acloud/internal/lib/
Dcvd_utils.py188 def _UploadImageZip(ssh_obj, remote_image_dir, image_zip): argument