Home
last modified time | relevance | path

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

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