Home
last modified time | relevance | path

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

/tools/acloud/create/
Davd_spec.py221 self.image_download_dir = (
222 args.image_download_dir if args.image_download_dir
844 def image_download_dir(self): member in AVDSpec
848 @image_download_dir.setter
849 def image_download_dir(self, value): member in AVDSpec
Dremote_image_local_instance.py75 avd_spec.image_download_dir,
177 avd_spec.image_download_dir = ConfirmDownloadRemoteImageDir(
178 avd_spec.image_download_dir)
Dremote_image_local_instance_test.py78 avd_spec.image_download_dir = "/tmp"
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py432 fake_avd_spec.image_download_dir = "/tmp"