Home
last modified time | relevance | path

Searched refs:path_1 (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_file_unittest.cc134 FilePath path_1(initial_path.InsertBeforeExtensionASCII("_1")); in TEST_F() local
140 EXPECT_TRUE(download_file_->Rename(path_1)); in TEST_F()
142 EXPECT_EQ(path_1, renamed_path); in TEST_F()
146 EXPECT_TRUE(file_util::PathExists(path_1)); in TEST_F()
158 EXPECT_FALSE(file_util::PathExists(path_1)); in TEST_F()