Searched refs:host_user (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 283 user=host_user, 299 def DeleteInstanceByNames(cfg, instances, host_user, argument 346 CleanUpRemoteHost(cfg, ip_addr, host_user, 353 cfg, name, host_user, host_ssh_private_key_path, delete_report) 418 args.host_user, 422 CleanUpRemoteHost(cfg, args.remote_host, args.host_user,
|
/tools/acloud/reconnect/ |
D | reconnect.py | 46 def _IsWebrtcEnable(instance, host_user, host_ssh_private_key_path, argument 62 ssh = ssh_object.Ssh(ip=ssh_object.IP(ip=instance.ip), user=host_user,
|
/tools/acloud/create/ |
D | local_image_remote_host.py | 59 ssh_user=avd_spec.host_user)
|
D | remote_image_remote_host.py | 59 ssh_user=avd_spec.host_user)
|
D | goldfish_remote_host.py | 67 ssh_user=avd_spec.host_user)
|
D | create_args_test.py | 58 host_user=constants.GCE_USER,
|
D | avd_spec.py | 376 self._host_user = args.host_user 1126 def host_user(self): member in AVDSpec
|
D | create_args.py | 902 if args.host_user != constants.GCE_USER and args.remote_host is None:
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory_test.py | 326 fake_avd_spec.host_user = None
|
D | remote_host_cf_device_factory_test.py | 66 host_user="user1",
|
D | remote_host_cf_device_factory.py | 181 user=self._avd_spec.host_user,
|
D | remote_host_gf_device_factory.py | 148 return self._avd_spec.host_user or constants.GCE_USER
|