OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_file_path
(Results
1 - 7
of
7
) 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_org/content/browser/download/
drag_download_util.cc
68
base::FilePath
new_file_path
;
local
70
new_file_path
= *file_path;
77
new_file_path
= file_path->InsertBeforeExtension(suffix);
85
if (!base::PathExists(
new_file_path
) &&
86
file_stream->OpenSync(
new_file_path
, base::PLATFORM_FILE_CREATE |
88
*file_path =
new_file_path
;
/external/chromium_org/chrome/browser/chromeos/drive/
change_list_processor.cc
234
base::FilePath
new_file_path
=
local
241
changed_dirs_.insert(
new_file_path
.DirName());
246
changed_dirs_.insert(
new_file_path
);
change_list_loader_unittest.cc
434
base::FilePath
new_file_path
=
local
438
metadata_->GetResourceEntryByPath(
new_file_path
, &entry));
/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
;
/external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.cc
311
base::FilePath
new_file_path
;
local
318
new_file_path
=
321
file_util::WriteFile(
new_file_path
,
329
return
new_file_path
;
/external/chromium_org/net/test/spawned_test_server/
base_test_server.cc
215
std::string
new_file_path
= original_file_path;
local
230
new_file_path
+= "?";
233
new_file_path
+= "&";
235
new_file_path
+= "replace_text=";
236
new_file_path
+= base64_old;
237
new_file_path
+= ":";
238
new_file_path
+= base64_new;
241
*replacement_path =
new_file_path
;
Completed in 377 milliseconds