OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_file_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/download/
drag_download_util.cc
64
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/
test_server.cc
230
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 61 milliseconds