Home
last modified time | relevance | path

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

/tools/acloud/public/actions/
Dremote_host_gf_device_factory.py282 image_zip_path = self._RetrieveArtifact(
314 return ArtifactPaths(image_zip_path, emu_zip_path,
452 def _UploadDeviceImages(self, emulator_zip_path, image_zip_path): argument
466 self._ssh.ScpPushFile(image_zip_path, _REMOTE_ARTIFACT_DIR)
475 os.path.basename(image_zip_path))))
479 _REMOTE_IMAGE_DIR, self._GetSubdirNameInZip(image_zip_path))