Searched refs:cr_path (Results 1 – 2 of 2) sorted by relevance
410 const FilePath cr_path(download_util::GetCrDownloadPath(new_path)); in TEST_F() local420 EXPECT_CALL(*download_file, Rename(cr_path)).WillOnce(Return(true)); in TEST_F()476 const FilePath cr_path(download_util::GetCrDownloadPath(new_path)); in TEST_F() local486 EXPECT_CALL(*download_file, Rename(cr_path)).WillOnce(Return(true)); in TEST_F()516 EXPECT_FALSE(file_util::PathExists(cr_path)); in TEST_F()531 const FilePath cr_path(download_util::GetCrDownloadPath(new_path)); in TEST_F() local569 download_file->Rename(cr_path); in TEST_F()598 EXPECT_FALSE(file_util::PathExists(cr_path)); in TEST_F()
864 FilePath cr_path = GetCrDownloadPath(path); in EraseUniqueDownloadFiles() local868 DeleteUniqueDownloadFile(cr_path, index); in EraseUniqueDownloadFiles()