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

  /external/chromium_org/content/browser/download/
download_file_unittest.cc 342 base::FilePath path_1(initial_path.InsertBeforeExtensionASCII("_1"));
351 RenameAndUniquify(path_1, &output_path));
353 EXPECT_EQ(path_1, renamed_path);
354 EXPECT_EQ(path_1, output_path);
358 EXPECT_TRUE(base::PathExists(path_1));
372 EXPECT_FALSE(base::PathExists(path_1));
437 base::FilePath path_1(initial_path.InsertBeforeExtensionASCII("_1"));
438 base::FilePath path_1_suffixed(path_1.InsertBeforeExtensionASCII(" (1)"));
440 ASSERT_FALSE(base::PathExists(path_1));
443 base::WriteFile(path_1, file_data, sizeof(file_data)))
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 176 base::FilePath path_1 = GetProfilePath("path_1"); local
177 GetCache()->AddProfileToCache(path_1, ASCIIToUTF16("name_1"),
187 GetCache()->DeleteProfileFromCache(path_1);
197 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
261 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
288 GetProfilePath("path_1"), ASCIIToUTF16("name_1"),
306 GetProfilePath("path_1"), ASCIIToUTF16("Person 1"),
313 int index1 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_1"));
323 index1 = GetCache()->GetIndexOfProfileWithPath(GetProfilePath("path_1"));
511 base::FilePath path_1 = GetProfilePath("path_1"); local
    [all...]
profile_manager_unittest.cc 453 cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("path_1"),
478 cache.AddProfileToCache(cache.GetUserDataDir().AppendASCII("path_1"),
    [all...]
  /external/chromium_org/content/browser/fileapi/
native_file_util_unittest.cc 151 base::FilePath path_1 = Path("dir1"); local
158 NativeFileUtil::CreateDirectory(path_1, false, false));
173 set.insert(path_1);
185 set.insert(path_1);

Completed in 155 milliseconds