Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/cros/
Dburn_library.cc40 std::string target_path_; member in chromeos::BurnLibraryImpl
101 if (target_path_ == "") { in BurnImage()
102 target_path_ = to_path.value(); in BurnImage()
139 target_path_ == status.target_path) in UpdateBurnStatus()
140 target_path_ = ""; in UpdateBurnStatus()
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dlocal_to_remote_syncer.cc149 target_path_ = active_ancestor_path.Append(missing_components[0]); in Run()
159 target_path_ = active_ancestor_path; in Run()
173 target_path_ = url_.path(); in Run()
174 DCHECK(target_path_ == active_ancestor_path); in Run()
193 target_path_ = url_.path(); in Run()
194 DCHECK(target_path_ == active_ancestor_path.Append(missing_components[0])); in Run()
204 if (status == SYNC_STATUS_OK && target_path_ != url_.path()) { in SyncCompleted()
240 base::FilePath title = fileapi::VirtualPath::BaseName(target_path_); in HandleConflict()
427 base::FilePath title = fileapi::VirtualPath::BaseName(target_path_); in DidUpdateDatabaseForUploadExistingFile()
518 base::FilePath title = fileapi::VirtualPath::BaseName(target_path_); in UploadNewFile()
[all …]
Dlocal_to_remote_syncer.h50 const base::FilePath& target_path() const { return target_path_; } in target_path()
114 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.h121 const base::FilePath& target_path() const { return target_path_; } in target_path()
262 base::FilePath target_path_; variable
Dinstaller_state_unittest.cc53 target_path_ = target_path; in set_target_path()
/external/chromium_org/content/browser/download/
Ddownload_item_impl.cc119 target_path_(target_path), in DownloadItemImpl()
224 target_path_(path), in DownloadItemImpl()
586 return target_path_; in GetTargetFilePath()
598 return target_path_.BaseName(); in GetFileNameToReportUser()
1030 if (current_path_.empty() || target_path_.empty()) in DestinationError()
1056 file_name = target_path_.AsUTF8Unsafe(); in Init()
1160 target_path_ = target_path; in OnDownloadTargetDetermined()
1320 DCHECK(target_path_ == full_path); in OnDownloadRenamedToFinalName()
1507 if (target_path_.DirName() != current_path_.DirName()) in IsDownloadReadyForCompletion()
1577 std::string file_name(target_path_.BaseName().AsUTF8Unsafe()); in TransitionTo()
Ddownload_manager_impl_unittest.cc548 target_path_ = target_path; in DownloadTargetDeterminedCallback()
568 base::FilePath target_path_; member in content::DownloadManagerTest
650 EXPECT_EQ(path, target_path_); in TEST_F()
Ddownload_item_impl.h408 base::FilePath target_path_; variable