Home | History | Annotate | Download | only in download

Lines Matching refs:new_path

111   base::FilePath new_path(full_path);
114 new_path, base::FilePath::StringType());
116 new_path = new_path.InsertBeforeExtensionASCII(
120 DownloadInterruptReason reason = file_.Rename(new_path);
129 new_path.clear();
134 base::Bind(callback, reason, new_path));
142 base::FilePath new_path(full_path);
147 reason = file_.Rename(new_path);
167 new_path.clear();
172 base::Bind(callback, reason, new_path));