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,
228 avd_spec.image_download_dir = ConfirmDownloadRemoteImageDir(
229 avd_spec.image_download_dir)
Davd_spec.py283 self.image_download_dir = (
284 args.image_download_dir if args.image_download_dir
1036 def image_download_dir(self): member in AVDSpec
1040 @image_download_dir.setter
1041 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.py216 self._mock_avd_spec.image_download_dir = download_dir