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 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/download/
drag_download_util.cc
62
base::FilePath
new_file_path
;
local
64
new_file_path
= *file_path;
72
new_file_path
= file_path->InsertBeforeExtension(suffix);
79
new_file_path
, base::File::FLAG_CREATE | base::File::FLAG_WRITE);
81
*file_path =
new_file_path
;
/external/chromium_org/chrome/browser/chromeos/drive/
change_list_loader_unittest.cc
362
base::FilePath
new_file_path
=
local
366
metadata_->GetResourceEntryByPath(
new_file_path
, &entry));
/external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.cc
197
base::FilePath
new_file_path
;
local
203
new_file_path
= GetImageDirectoryPath(using_kde4, tmp_dir);
204
if (
new_file_path
!= tmp_dir) {
205
if (!base::CreateDirectory(
new_file_path
))
209
new_file_path
= previous_file_path.DirName();
212
new_file_path
=
new_file_path
.Append(using_kde4 ?
217
base::WriteFile(
new_file_path
,
222
return
new_file_path
;
/external/chromium_org/net/test/spawned_test_server/
base_test_server.cc
271
std::string
new_file_path
= original_file_path;
local
284
new_file_path
+= "?";
287
new_file_path
+= "&";
289
new_file_path
+= "replace_text=";
290
new_file_path
+= base64_old;
291
new_file_path
+= ":";
292
new_file_path
+= base64_new;
295
*replacement_path =
new_file_path
;
Completed in 911 milliseconds