Searched refs:image_download_dir (Results 1 – 5 of 5) sorted by relevance
111 avd_spec.image_download_dir,228 avd_spec.image_download_dir = ConfirmDownloadRemoteImageDir(229 avd_spec.image_download_dir)
283 self.image_download_dir = (284 args.image_download_dir if args.image_download_dir1036 def image_download_dir(self): member in AVDSpec1040 @image_download_dir.setter1041 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
216 self._mock_avd_spec.image_download_dir = download_dir