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

/external/chromium/chrome/browser/download/
H A Ddownload_file_unittest.cc134 FilePath path_1(initial_path.InsertBeforeExtensionASCII("_1"));
140 EXPECT_TRUE(download_file_->Rename(path_1));
142 EXPECT_EQ(path_1, renamed_path);
146 EXPECT_TRUE(file_util::PathExists(path_1));
158 EXPECT_FALSE(file_util::PathExists(path_1));
/external/chromium_org/content/browser/download/
H A Ddownload_file_unittest.cc344 base::FilePath path_1(initial_path.InsertBeforeExtensionASCII("_1"));
353 RenameAndUniquify(path_1, &output_path));
355 EXPECT_EQ(path_1, renamed_path);
356 EXPECT_EQ(path_1, output_path);
360 EXPECT_TRUE(base::PathExists(path_1));
374 EXPECT_FALSE(base::PathExists(path_1));
439 base::FilePath path_1(initial_path.InsertBeforeExtensionASCII("_1"));
440 base::FilePath path_1_suffixed(path_1.InsertBeforeExtensionASCII(" (1)"));
442 ASSERT_FALSE(base::PathExists(path_1));
445 file_util::WriteFile(path_1, file_dat
[all...]
/external/chromium_org/webkit/browser/fileapi/
H A Dnative_file_util_unittest.cc152 base::FilePath path_1 = Path("dir1"); local
159 NativeFileUtil::CreateDirectory(path_1, false, false));
174 set.insert(path_1);
186 set.insert(path_1);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc165 base::FilePath path_1 = GetProfilePath("path_1"); local
166 GetCache()->AddProfileToCache(path_1, ASCIIToUTF16("name_1"), string16(),
175 GetCache()->DeleteProfileFromCache(path_1);
185 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
249 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
276 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
304 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
337 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
382 GetProfilePath("path_1"), ASCIIToUTF1
[all...]

Completed in 167 milliseconds