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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 605 base::FilePath path_3 = GetProfilePath("path_3"); local
606 GetCache()->AddProfileToCache(path_3, name_3,
632 GetCache()->GetIndexOfProfileWithPath(path_3)));
655 base::FilePath path_3 = GetProfilePath("path_3"); local
656 GetCache()->AddProfileToCache(path_3, name_3,
672 GetCache()->GetIndexOfProfileWithPath(path_3)));
  /external/chromium_org/content/browser/download/
download_file_unittest.cc 413 base::FilePath path_3(initial_path.InsertBeforeExtensionASCII("_3"));
448 InvokeSelectedRenameMethod(path_3, &output_path));
450 EXPECT_EQ(path_3, renamed_path);
451 EXPECT_EQ(path_3, output_path);
455 EXPECT_TRUE(base::PathExists(path_3));
471 EXPECT_FALSE(base::PathExists(path_3));

Completed in 2525 milliseconds