OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backup_path_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/installer/util/
delete_tree_work_item.h
54
base::ScopedTempDir
backup_path_
;
member in class:DeleteTreeWorkItem
56
// Set to true once root_path_ has been copied into
backup_path_
.
copy_tree_work_item.cc
74
if (!
backup_path_
.CreateUniqueTempDirUnderPath(temp_dir_)) {
80
base::FilePath backup =
backup_path_
.path().Append(dest_path_.BaseName());
116
base::FilePath backup(
backup_path_
.path().Append(dest_path_.BaseName()));
move_tree_work_item.cc
46
if (!
backup_path_
.CreateUniqueTempDirUnderPath(temp_dir_)) {
51
base::FilePath backup =
backup_path_
.path().Append(dest_path_.BaseName());
107
base::FilePath backup =
backup_path_
.path().Append(dest_path_.BaseName());
delete_tree_work_item.cc
113
if (!
backup_path_
.CreateUniqueTempDirUnderPath(temp_path_)) {
119
backup_path_
.path().Append(root_path_.BaseName());
144
DCHECK(!
backup_path_
.path().empty());
145
base::FilePath backup =
backup_path_
.path().Append(root_path_.BaseName());
move_tree_work_item.h
60
base::ScopedTempDir
backup_path_
;
member in class:MoveTreeWorkItem
copy_tree_work_item_unittest.cc
218
base::FilePath backup_file(work_item->
backup_path_
.path());
302
backup_file = work_item->
backup_path_
.path();
366
base::FilePath backup_file(work_item->
backup_path_
.path());
450
EXPECT_TRUE(work_item->
backup_path_
.path().empty());
460
EXPECT_TRUE(work_item->
backup_path_
.path().empty());
482
base::FilePath backup_file(work_item->
backup_path_
.path());
641
backup_file = work_item->
backup_path_
.path();
copy_tree_work_item.h
80
base::ScopedTempDir
backup_path_
;
member in class:CopyTreeWorkItem
Completed in 58 milliseconds