Searched refs:m_rsync_opts (Results 1 – 3 of 3) sorted by relevance
593 virtual const char *GetRSyncOpts() { return m_rsync_opts.c_str(); } in GetRSyncOpts()595 virtual void SetRSyncOpts(const char *opts) { m_rsync_opts.assign(opts); } in SetRSyncOpts()899 std::string m_rsync_opts; variable1040 std::string m_rsync_opts; variable
390 m_rsync_opts(), m_rsync_prefix(), m_supports_ssh(false), m_ssh_opts(), in Platform()1406 m_rsync_opts.clear(); in OptionParsingStarting()1423 m_rsync_opts.assign(std::string(option_arg)); in SetOptionValue()
326 SetRSyncOpts(m_option_group_platform_rsync->m_rsync_opts.c_str()); in ConnectRemote()