Searched refs:_download_with_cache (Results 1 – 8 of 8) sorted by relevance
28 os_img = self._download_with_cache(self.image_link,
98 tarball = self._download_with_cache(self.link, sha256sum=self.csum)
76 cimg = self._download_with_cache(self.image_link)
49 cimg = self._download_with_cache(self.link, sha256sum=self.csum)
81 cimg = self._download_with_cache(self.link, sha256sum=self.csum)
86 cimg = self._download_with_cache(self.link, sha512sum=self.csum)
204 def _download_with_cache(self, url, sha256sum=None, sha512sum=None): member in BaseVM
829 predefined URL. ``BaseVM._download_with_cache()`` takes care of the cache and