Searched defs:alternative_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dcopy_tree_work_item.cc20 const base::FilePath& alternative_path)
25 alternative_path_(alternative_path),
16 CopyTreeWorkItem(const base::FilePath& source_path, const base::FilePath& dest_path, const base::FilePath& temp_dir, CopyOverWriteOption overwrite_option, const base::FilePath& alternative_path) argument
H A Dwork_item.cc38 const base::FilePath& alternative_path) {
40 overwrite_option, alternative_path);
33 CreateCopyTreeWorkItem( const base::FilePath& source_path, const base::FilePath& dest_path, const base::FilePath& temp_dir, CopyOverWriteOption overwrite_option, const base::FilePath& alternative_path) argument
H A Dwork_item_list.cc88 const std::wstring& alternative_path) {
94 base::FilePath(alternative_path));
83 AddCopyTreeWorkItem( const std::wstring& source_path, const std::wstring& dest_path, const std::wstring& temp_dir, CopyOverWriteOption overwrite_option, const std::wstring& alternative_path) argument

Completed in 76 milliseconds