HomeSort by relevance Sort by last modified time
    Searched refs:new_target_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.cc 302 base::FilePath new_target_path = download->GetTargetFilePath(); local
303 if (new_target_path != last_target_path_) {
305 &UpdateReservation, download, new_target_path));
306 last_target_path_ = new_target_path;
download_path_reservation_tracker_unittest.cc 549 base::FilePath new_target_path(
551 ASSERT_FALSE(IsPathInUse(new_target_path));
553 .WillRepeatedly(ReturnRef(new_target_path));
557 EXPECT_TRUE(IsPathInUse(new_target_path));
563 EXPECT_FALSE(IsPathInUse(new_target_path));

Completed in 761 milliseconds