HomeSort by relevance Sort by last modified time
    Searched refs:path_1 (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/download/
download_file_unittest.cc 134 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/
download_file_unittest.cc 344 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_data, sizeof(file_data)))
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
native_file_util_unittest.cc 152 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/
profile_info_cache_unittest.cc 165 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"), ASCIIToUTF16("name_1")
    [all...]

Completed in 403 milliseconds