Home
last modified time | relevance | path

Searched refs:target_path_ (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dlocal_to_remote_syncer.cc180 target_path_ = active_ancestor_path.Append(missing_components[0]); in RunPreflight()
195 target_path_ = active_ancestor_path; in RunPreflight()
211 target_path_ = url_.path(); in RunPreflight()
212 DCHECK(target_path_ == active_ancestor_path); in RunPreflight()
234 target_path_ = url_.path(); in RunPreflight()
235 DCHECK(target_path_ == active_ancestor_path.Append(missing_components[0])); in RunPreflight()
254 blocker->paths.push_back(target_path_); in MoveToBackground()
328 target_path_.AsUTF8Unsafe().c_str(), in SyncCompleted()
367 base::FilePath title = storage::VirtualPath::BaseName(target_path_); in HandleConflict()
565 base::FilePath title = storage::VirtualPath::BaseName(target_path_); in DidUploadExistingFile()
[all …]
Dlocal_to_remote_syncer.h54 const base::FilePath& target_path() const { return target_path_; } in target_path()
118 base::FilePath target_path_; variable
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
Dcopy_entry.cc23 target_path_(target_path), in CopyEntry()
40 options.target_path = target_path_.AsUTF8Unsafe(); in Execute()
Dmove_entry.cc23 target_path_(target_path), in MoveEntry()
40 options.target_path = target_path_.AsUTF8Unsafe(); in Execute()
Dmove_entry.h49 base::FilePath target_path_; variable
Dcopy_entry.h49 base::FilePath target_path_; variable
/external/chromium_org/chrome/installer/util/
Dinstaller_state.cc373 if (!target_path_.empty()) { in CanAddProduct()
379 target_path_.value())) { in CanAddProduct()
411 if (target_path_.empty()) { in AddProductInDirectory()
413 target_path_ = GetDefaultProductInstallPath(the_product.distribution()); in AddProductInDirectory()
415 target_path_ = *product_dir; in AddProductInDirectory()
526 if (state != NULL && target_path_.IsParent(state->GetSetupPath())) { in GetCurrentVersion()
600 target_path_.clear(); in Clear()
Dinstaller_state.h123 const base::FilePath& target_path() const { return target_path_; } in target_path()
264 base::FilePath target_path_; variable
Dinstaller_state_unittest.cc54 target_path_ = target_path; in set_target_path()
/external/chromium_org/content/browser/download/
Ddownload_item_impl.cc132 target_path_(target_path), in DownloadItemImpl()
241 target_path_(path), in DownloadItemImpl()
612 return target_path_; in GetTargetFilePath()
624 return target_path_.BaseName(); in GetFileNameToReportUser()
1070 if (current_path_.empty() || target_path_.empty()) in DestinationError()
1096 file_name = target_path_.AsUTF8Unsafe(); in Init()
1200 target_path_ = target_path; in OnDownloadTargetDetermined()
1360 DCHECK(target_path_ == full_path); in OnDownloadRenamedToFinalName()
1549 if (target_path_.DirName() != current_path_.DirName()) in IsDownloadReadyForCompletion()
1619 std::string file_name(target_path_.BaseName().AsUTF8Unsafe()); in TransitionTo()
Ddownload_manager_impl_unittest.cc546 target_path_ = target_path; in DownloadTargetDeterminedCallback()
566 base::FilePath target_path_; member in content::DownloadManagerTest
648 EXPECT_EQ(path, target_path_); in TEST_F()
Ddownload_item_impl.h413 base::FilePath target_path_; variable