Lines Matching refs:dst_path
104 std::string dst_path(destination.GetPath()); in PutFile() local
105 if (dst_path.empty()) in PutFile()
108 command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str()); in PutFile()
116 if (chown_file(this, dst_path.c_str(), uid, gid) != 0) in PutFile()
124 std::string dst_path(destination.GetPath()); in PutFile() local
125 if (dst_path.empty()) in PutFile()
131 dst_path.c_str()); in PutFile()
134 GetRSyncPrefix(), dst_path.c_str()); in PutFile()
137 GetHostname(), dst_path.c_str()); in PutFile()
165 std::string dst_path(destination.GetPath()); in GetFile() local
166 if (dst_path.empty()) in GetFile()
174 cp_command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str()); in GetFile()
187 dst_path.c_str()); in GetFile()
190 src_path.c_str(), dst_path.c_str()); in GetFile()
194 dst_path.c_str()); in GetFile()