OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_dir_path_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/download/
drag_download_file.cc
50
if (!
temp_dir_path_
.empty()) {
53
file_util::DeleteAfterReboot(
temp_dir_path_
);
77
&
temp_dir_path_
))
80
file_path_ =
temp_dir_path_
.Append(file_name_);
drag_download_file.h
92
FilePath
temp_dir_path_
;
member in class:DragDownloadFile
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util.cc
164
temp_dir_path_
(temp_dir_path),
215
temp_dir_path_
(temp_dir_path) {
509
DCHECK(!
temp_dir_path_
.empty());
516
base::Bind(&CreateTemporaryFile,
temp_dir_path_
, temp_file_ptr),
732
<<
temp_dir_path_
.value();
[
all
...]
api_util.h
249
base::FilePath
temp_dir_path_
;
member in class:sync_file_system::drive_backend::APIUtil
Completed in 317 milliseconds