Searched refs:host_ssh_private_key_path (Results 1 – 12 of 12) sorted by relevance
/tools/acloud/delete/ |
D | delete.py | 265 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/ |
D | remote_image_remote_host.py | 58 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
|
D | local_image_remote_host.py | 58 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
|
D | goldfish_remote_host.py | 66 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
|
D | create_args_test.py | 59 host_ssh_private_key_path=None,
|
D | avd_spec.py | 377 self._host_ssh_private_key_path = args.host_ssh_private_key_path 1131 def host_ssh_private_key_path(self): member in AVDSpec
|
D | create_args.py | 906 if args.host_ssh_private_key_path and args.remote_host is None:
|
/tools/acloud/reconnect/ |
D | reconnect.py | 46 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/ |
D | remote_host_cf_device_factory_test.py | 67 host_ssh_private_key_path=None,
|
D | remote_host_gf_device_factory_test.py | 204 self._mock_avd_spec.host_ssh_private_key_path = "key_path"
|
D | remote_host_cf_device_factory.py | 182 ssh_private_key_path=(self._avd_spec.host_ssh_private_key_path or
|
D | remote_host_gf_device_factory.py | 152 return (self._avd_spec.host_ssh_private_key_path or
|