Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_file_unittest.cc137 FilePath path_4(initial_path.InsertBeforeExtensionASCII("_4")); in TEST_F() local
179 EXPECT_TRUE(download_file_->Rename(path_4)); in TEST_F()
181 EXPECT_EQ(path_4, renamed_path); in TEST_F()
185 EXPECT_TRUE(file_util::PathExists(path_4)); in TEST_F()