Home
last modified time | relevance | path

Searched refs:host_ssh_private_key_path (Results 1 – 12 of 12) sorted by relevance

/tools/acloud/delete/
Ddelete.py265 def CleanUpRemoteHost(cfg, remote_host, host_user, host_ssh_private_key_path, argument
285 host_ssh_private_key_path or cfg.ssh_private_key_path))
300 host_ssh_private_key_path): argument
347 host_ssh_private_key_path, base_dir,
353 cfg, name, host_user, host_ssh_private_key_path, delete_report)
419 args.host_ssh_private_key_path)
423 args.host_ssh_private_key_path,
/tools/acloud/create/
Dremote_image_remote_host.py58 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
Dlocal_image_remote_host.py58 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
Dgoldfish_remote_host.py66 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
Dcreate_args_test.py59 host_ssh_private_key_path=None,
Davd_spec.py377 self._host_ssh_private_key_path = args.host_ssh_private_key_path
1131 def host_ssh_private_key_path(self): member in AVDSpec
Dcreate_args.py906 if args.host_ssh_private_key_path and args.remote_host is None:
/tools/acloud/reconnect/
Dreconnect.py46 def _IsWebrtcEnable(instance, host_user, host_ssh_private_key_path, argument
63 ssh_private_key_path=host_ssh_private_key_path,
/tools/acloud/public/actions/
Dremote_host_cf_device_factory_test.py67 host_ssh_private_key_path=None,
Dremote_host_gf_device_factory_test.py204 self._mock_avd_spec.host_ssh_private_key_path = "key_path"
Dremote_host_cf_device_factory.py182 ssh_private_key_path=(self._avd_spec.host_ssh_private_key_path or
Dremote_host_gf_device_factory.py152 return (self._avd_spec.host_ssh_private_key_path or