Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Ddownload_images_unittest.py52 self.assertRaises(download_images.MissingImage, downloader.DownloadImage,
84 downloader.DownloadImage(test_chroot, test_build_id, image_path)
220 downloader.DownloadImage = GoodDownloadImage
261 downloader.DownloadImage = BadDownloadImage
Ddownload_images.py71 def DownloadImage(self, chromeos_root, build_id, image_name): member in ImageDownloader
311 image_path = self.DownloadImage(chromeos_root, build_id, image_name)