Searched refs:host_ssh_private_key_path (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/tools/acloud/delete/ |
H A 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,
|
/aosp_15_r20/tools/acloud/reconnect/ |
H A 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,
|
/aosp_15_r20/tools/acloud/create/ |
H A D | remote_image_remote_host.py | 58 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
|
H A D | local_image_remote_host.py | 58 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
|
H A D | goldfish_remote_host.py | 66 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
|
H A D | create_args_test.py | 72 host_ssh_private_key_path=None,
|
H A D | avd_spec.py | 382 self._host_ssh_private_key_path = args.host_ssh_private_key_path 1182 def host_ssh_private_key_path(self): member in AVDSpec
|
H A D | create_args.py | 945 if args.host_ssh_private_key_path and args.remote_host is None:
|
/aosp_15_r20/tools/acloud/public/actions/ |
H A D | remote_host_cf_device_factory_test.py | 67 host_ssh_private_key_path=None,
|
H A D | remote_host_gf_device_factory_test.py | 204 self._mock_avd_spec.host_ssh_private_key_path = "key_path"
|
H A D | remote_host_cf_device_factory.py | 188 ssh_private_key_path=(self._avd_spec.host_ssh_private_key_path or
|
H A D | remote_host_gf_device_factory.py | 152 return (self._avd_spec.host_ssh_private_key_path or
|