Searched refs:target_path_ (Results 1 – 12 of 12) sorted by relevance
180 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 …]
54 const base::FilePath& target_path() const { return target_path_; } in target_path()118 base::FilePath target_path_; variable
23 target_path_(target_path), in CopyEntry()40 options.target_path = target_path_.AsUTF8Unsafe(); in Execute()
23 target_path_(target_path), in MoveEntry()40 options.target_path = target_path_.AsUTF8Unsafe(); in Execute()
49 base::FilePath target_path_; variable
373 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()
123 const base::FilePath& target_path() const { return target_path_; } in target_path()264 base::FilePath target_path_; variable
54 target_path_ = target_path; in set_target_path()
132 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()
546 target_path_ = target_path; in DownloadTargetDeterminedCallback()566 base::FilePath target_path_; member in content::DownloadManagerTest648 EXPECT_EQ(path, target_path_); in TEST_F()
413 base::FilePath target_path_; variable