Lines Matching refs:new_path
1082 const std::string new_path =
1084 printf("------ BLOCK STAT (%s) ------\n", new_path.c_str());
1085 dump_files("", new_path.c_str(), skip_not_stat, dump_stat_from_fd);
2235 std::string new_path = ds.GetPath(".zip");
2236 if (ds.path_ != new_path) {
2237 MYLOGD("Renaming zip file from %s to %s\n", ds.path_.c_str(), new_path.c_str());
2238 if (rename(ds.path_.c_str(), new_path.c_str())) {
2239 MYLOGE("rename(%s, %s): %s\n", ds.path_.c_str(), new_path.c_str(),
2242 ds.path_ = new_path;