Searched refs:new_file_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddrag_download_util.cc64 FilePath new_file_path; local
66 new_file_path = *file_path;
73 new_file_path = file_path->InsertBeforeExtension(suffix);
78 if (!file_util::PathExists(new_file_path) &&
79 file_stream->Open(new_file_path, base::PLATFORM_FILE_CREATE |
81 *file_path = new_file_path;
/external/chromium/net/test/
H A Dtest_server.cc230 std::string new_file_path = original_file_path; local
245 new_file_path += "?";
248 new_file_path += "&";
250 new_file_path += "replace_text=";
251 new_file_path += base64_old;
252 new_file_path += ":";
253 new_file_path += base64_new;
256 *replacement_path = new_file_path;

Completed in 38 milliseconds