Lines Matching refs:cfg
51 def CreateSshKeyPairIfNecessary(cfg): argument
60 if not cfg.ssh_public_key_path:
68 elif cfg.ssh_public_key_path and not cfg.ssh_private_key_path:
74 elif cfg.ssh_public_key_path and cfg.ssh_private_key_path:
75 utils.CreateSshKeyPairIfNotExist(cfg.ssh_private_key_path,
76 cfg.ssh_public_key_path)
211 def CreateDevices(command, cfg, device_factory, num, avd_type, argument
247 CreateSshKeyPairIfNecessary(cfg)
282 rsa_key_file=cfg.ssh_private_key_path,
287 extra_args_ssh_tunnel=cfg.extra_args_ssh_tunnel)
298 rsa_key_file=cfg.ssh_private_key_path,
300 extra_args_ssh_tunnel=cfg.extra_args_ssh_tunnel)