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

/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dcopy_entry.cc23 target_path_(target_path),
40 options.target_path = target_path_.AsUTF8Unsafe();
H A Dmove_entry.cc23 target_path_(target_path),
40 options.target_path = target_path_.AsUTF8Unsafe();
H A Dcopy_entry.h49 base::FilePath target_path_; member in class:chromeos::file_system_provider::operations::CopyEntry
H A Dmove_entry.h49 base::FilePath target_path_; member in class:chromeos::file_system_provider::operations::MoveEntry
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dlocal_to_remote_syncer.cc180 target_path_ = active_ancestor_path.Append(missing_components[0]);
195 target_path_ = active_ancestor_path;
211 target_path_ = url_.path();
212 DCHECK(target_path_ == active_ancestor_path);
234 target_path_ = url_.path();
235 DCHECK(target_path_ == active_ancestor_path.Append(missing_components[0]));
254 blocker->paths.push_back(target_path_);
328 target_path_.AsUTF8Unsafe().c_str(),
367 base::FilePath title = storage::VirtualPath::BaseName(target_path_);
565 base::FilePath title = storage::VirtualPath::BaseName(target_path_);
[all...]
H A Dlocal_to_remote_syncer.h54 const base::FilePath& target_path() const { return target_path_; }
118 base::FilePath target_path_; member in class:sync_file_system::drive_backend::LocalToRemoteSyncer
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.h123 const base::FilePath& target_path() const { return target_path_; }
252 // [chrome.exe, old_chrome.exe, new_chrome.exe] in target_path_ and
264 base::FilePath target_path_; member in class:installer::InstallerState
H A Dinstaller_state.cc373 if (!target_path_.empty()) {
379 target_path_.value())) {
411 if (target_path_.empty()) {
413 target_path_ = GetDefaultProductInstallPath(the_product.distribution());
415 target_path_ = *product_dir;
526 if (state != NULL && target_path_.IsParent(state->GetSetupPath())) {
600 target_path_.clear();
H A Dinstaller_state_unittest.cc54 target_path_ = target_path;
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc132 target_path_(target_path),
241 target_path_(path),
612 return target_path_;
624 return target_path_.BaseName();
1070 if (current_path_.empty() || target_path_.empty())
1095 // target_path_ works for History and Save As versions.
1096 file_name = target_path_.AsUTF8Unsafe();
1200 target_path_ = target_path;
1360 DCHECK(target_path_ == full_path);
1549 if (target_path_
[all...]
H A Ddownload_manager_impl_unittest.cc546 target_path_ = target_path;
566 base::FilePath target_path_; member in class:content::DownloadManagerTest
648 EXPECT_EQ(path, target_path_);
H A Ddownload_item_impl.h401 // considered to be |target_path_.BaseName()|.
406 // |target_path_|. |current_path_| can be empty if the in-progress path hasn't
412 // download completes, we will rename the file to |target_path_|.
413 base::FilePath target_path_; member in class:content::DownloadItemImpl

Completed in 681 milliseconds