Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Ddownload_images_unittest.py48 self.assertRaises(download_images.MissingImage, downloader.DownloadImage,
80 downloader.DownloadImage(test_chroot, test_build_id, image_path)
206 downloader.DownloadImage = GoodDownloadImage
237 downloader.DownloadImage = BadDownloadImage
Ddownload_images.py69 def DownloadImage(self, chromeos_root, build_id, image_name): member in ImageDownloader
277 image_path = self.DownloadImage(chromeos_root, build_id, image_name)
/external/toolchain-utils/
Dremote_gcc_build.py131 def DownloadImage(target, index, dest, version): function
453 DownloadImage(target, build_id, dest_dir, chromeos_version)