Home
last modified time | relevance | path

Searched refs:image_download_dir (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/create/
Dremote_image_local_instance.py111 avd_spec.image_download_dir,
223 avd_spec.image_download_dir = ConfirmDownloadRemoteImageDir(
224 avd_spec.image_download_dir)
Davd_spec.py277 self.image_download_dir = (
278 args.image_download_dir if args.image_download_dir
995 def image_download_dir(self): member in AVDSpec
999 @image_download_dir.setter
1000 def image_download_dir(self, value): member in AVDSpec
Dremote_image_local_instance_test.py161 avd_spec.image_download_dir = "/tmp"
/tools/acloud/public/actions/
Dremote_host_gf_device_factory.py142 if self._avd_spec.image_download_dir:
143 return self._avd_spec.image_download_dir
Dremote_host_gf_device_factory_test.py215 self._mock_avd_spec.image_download_dir = download_dir