Searched refs:DownloadImage (Results 1 – 3 of 3) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | download_images_unittest.py | 48 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
|
D | download_images.py | 69 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/ |
D | remote_gcc_build.py | 131 def DownloadImage(target, index, dest, version): function 453 DownloadImage(target, build_id, dest_dir, chromeos_version)
|