OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alternative_path_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/installer/util/
copy_tree_work_item.cc
25
alternative_path_
(alternative_path),
54
if (
alternative_path_
.empty() ||
55
base::PathExists(
alternative_path_
) ||
56
!base::CopyFile(source_path_,
alternative_path_
)) {
58
<< " to " <<
alternative_path_
.value();
63
<< " to alternative path " <<
alternative_path_
.value();
123
!base::DeleteFile(
alternative_path_
, true)) {
124
LOG(ERROR) << "Can not delete " <<
alternative_path_
.value();
copy_tree_work_item.h
66
base::FilePath
alternative_path_
;
member in class:CopyTreeWorkItem
75
// Whether the source was copied to
alternative_path_
because dest_path_
Completed in 408 milliseconds