Searched refs:target_path_ (Results 1 – 9 of 9) sorted by relevance
40 std::string target_path_; member in chromeos::BurnLibraryImpl101 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()
149 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 …]
50 const base::FilePath& target_path() const { return target_path_; } in target_path()114 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()
121 const base::FilePath& target_path() const { return target_path_; } in target_path()262 base::FilePath target_path_; variable
53 target_path_ = target_path; in set_target_path()
119 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()
548 target_path_ = target_path; in DownloadTargetDeterminedCallback()568 base::FilePath target_path_; member in content::DownloadManagerTest650 EXPECT_EQ(path, target_path_); in TEST_F()
408 base::FilePath target_path_; variable