Lines Matching refs:new_path
1349 std::string new_path = bugreport_dir + "/" + base_name + "-" + suffix + ".zip";
1350 if (path != new_path) {
1351 MYLOGD("Renaming zip file from %s to %s\n", path.c_str(), new_path.c_str());
1352 if (rename(path.c_str(), new_path.c_str())) {
1354 new_path.c_str(), strerror(errno));
1356 path = new_path;