Lines Matching refs:new_path
1779 std::string new_path = ds.GetPath(".zip");
1780 if (ds.path_ != new_path) {
1781 MYLOGD("Renaming zip file from %s to %s\n", ds.path_.c_str(), new_path.c_str());
1782 if (rename(ds.path_.c_str(), new_path.c_str())) {
1783 MYLOGE("rename(%s, %s): %s\n", ds.path_.c_str(), new_path.c_str(),
1786 ds.path_ = new_path;