Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_file_unittest.cc135 FilePath path_2(initial_path.InsertBeforeExtensionASCII("_2")); in TEST_F() local
153 EXPECT_TRUE(download_file_->Rename(path_2)); in TEST_F()
155 EXPECT_EQ(path_2, renamed_path); in TEST_F()
159 EXPECT_TRUE(file_util::PathExists(path_2)); in TEST_F()
169 EXPECT_FALSE(file_util::PathExists(path_2)); in TEST_F()
/external/chromium_org/content/browser/download/
Ddownload_file_unittest.cc345 base::FilePath path_2(initial_path.InsertBeforeExtensionASCII("_2")); in TEST_F() local
368 RenameAndUniquify(path_2, &output_path)); in TEST_F()
370 EXPECT_EQ(path_2, renamed_path); in TEST_F()
371 EXPECT_EQ(path_2, output_path); in TEST_F()
375 EXPECT_TRUE(base::PathExists(path_2)); in TEST_F()
388 EXPECT_FALSE(base::PathExists(path_2)); in TEST_F()
/external/chromium_org/webkit/browser/fileapi/
Dnative_file_util_unittest.cc155 base::FilePath path_2 = Path("file1"); in TEST_F() local
164 NativeFileUtil::EnsureFileExists(path_2, &created)); in TEST_F()
177 set.insert(path_2); in TEST_F()
189 set.insert(path_2); in TEST_F()
/external/chromium_org/chrome/browser/profiles/
Dprofile_info_cache_unittest.cc175 base::FilePath path_2 = GetProfilePath("path_2"); in TEST_F() local
177 GetCache()->AddProfileToCache(path_2, name_2, base::string16(), 0, in TEST_F()
185 GetCache()->DeleteProfileFromCache(path_2); in TEST_F()