Lines Matching defs:src_path
102 std::string src_path(source.GetPath());
103 if (src_path.empty())
109 command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str());
122 std::string src_path(source.GetPath());
123 if (src_path.empty())
132 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(),
135 command.Printf("rsync %s %s %s%s", GetRSyncOpts(), src_path.c_str(),
138 command.Printf("rsync %s %s %s:%s", GetRSyncOpts(), src_path.c_str(),
165 std::string src_path(source.GetPath());
166 if (src_path.empty())
178 cp_command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str());
190 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(),
194 src_path.c_str(), dst_path.c_str());
197 m_remote_platform_sp->GetHostname(), src_path.c_str(),