Lines Matching defs:dst_path
105 std::string dst_path(destination.GetPath());
106 if (dst_path.empty())
109 command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str());
117 if (chown_file(this, dst_path.c_str(), uid, gid) != 0)
125 std::string dst_path(destination.GetPath());
126 if (dst_path.empty())
133 dst_path.c_str());
136 GetRSyncPrefix(), dst_path.c_str());
139 GetHostname(), dst_path.c_str());
146 // if (chown_file(this,dst_path.c_str(),uid,gid) != 0)
168 std::string dst_path(destination.GetPath());
169 if (dst_path.empty())
178 cp_command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str());
191 dst_path.c_str());
194 src_path.c_str(), dst_path.c_str());
198 dst_path.c_str());