Searched refs:image_download_dir (Results 1 – 5 of 5) sorted by relevance
111 avd_spec.image_download_dir,223 avd_spec.image_download_dir = ConfirmDownloadRemoteImageDir(224 avd_spec.image_download_dir)
277 self.image_download_dir = (278 args.image_download_dir if args.image_download_dir995 def image_download_dir(self): member in AVDSpec999 @image_download_dir.setter1000 def image_download_dir(self, value): member in AVDSpec
161 avd_spec.image_download_dir = "/tmp"
142 if self._avd_spec.image_download_dir:143 return self._avd_spec.image_download_dir
215 self._mock_avd_spec.image_download_dir = download_dir