Home
last modified time | relevance | path

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

/aosp_15_r20/tools/acloud/delete/
H A 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,
/aosp_15_r20/tools/acloud/reconnect/
H A Dreconnect.py46 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 Dremote_image_remote_host.py58 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
H A Dlocal_image_remote_host.py58 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
H A Dgoldfish_remote_host.py66 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
H A Dcreate_args_test.py72 host_ssh_private_key_path=None,
H A Davd_spec.py382 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 Dcreate_args.py945 if args.host_ssh_private_key_path and args.remote_host is None:
/aosp_15_r20/tools/acloud/public/actions/
H A Dremote_host_cf_device_factory_test.py67 host_ssh_private_key_path=None,
H A Dremote_host_gf_device_factory_test.py204 self._mock_avd_spec.host_ssh_private_key_path = "key_path"
H A Dremote_host_cf_device_factory.py188 ssh_private_key_path=(self._avd_spec.host_ssh_private_key_path or
H A Dremote_host_gf_device_factory.py152 return (self._avd_spec.host_ssh_private_key_path or