Searched refs:m_ssh_opts (Results 1 – 3 of 3) sorted by relevance
607 virtual const char *GetSSHOpts() { return m_ssh_opts.c_str(); } in GetSSHOpts()609 virtual void SetSSHOpts(const char *opts) { m_ssh_opts.assign(opts); } in SetSSHOpts()902 std::string m_ssh_opts; variable1067 std::string m_ssh_opts; variable
390 m_rsync_opts(), m_rsync_prefix(), m_supports_ssh(false), m_ssh_opts(), in Platform()1454 m_ssh_opts.clear(); in OptionParsingStarting()1469 m_ssh_opts.assign(std::string(option_arg)); in SetOptionValue()
333 SetSSHOpts(m_option_group_platform_ssh->m_ssh_opts.c_str()); in ConnectRemote()