Searched defs:original_path (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/i18n/
H A Dfile_util_icu_unittest.cc90 const char* original_path; member in struct:base::i18n::normalize_name_encoding_test_cases
102 FilePath path(kNormalizeFileNameEncodingTestCases[i].original_path);
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker_unittest.cc35 base::FilePath original_path; local
36 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &original_path));
37 original_path = original_path.AppendASCII("extensions")
40 ASSERT_TRUE(base::PathExists(original_path)) << original_path.value();
47 ASSERT_TRUE(base::CopyFile(original_path, crx_path)) <<
48 "Original path " << original_path.value() <<
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_revert_performer.cc47 base::FilePath original_path; local
48 error = metadata->GetFilePath(local_id, &original_path);
58 original_path,
62 changed_files->Update(original_path, entry, FileChange::DELETE);
/external/chromium_org/chrome/browser/extensions/
H A Dsandboxed_unpacker_unittest.cc77 base::FilePath original_path; local
78 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &original_path));
79 original_path = original_path.AppendASCII("extensions")
82 ASSERT_TRUE(base::PathExists(original_path)) << original_path.value();
85 original_path,
H A Dzipfile_installer_unittest.cc91 base::FilePath original_path; local
92 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &original_path));
93 original_path = original_path.AppendASCII("extensions")
96 ASSERT_TRUE(base::PathExists(original_path)) << original_path.value();
104 original_path));
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_data_provider_browsertest.cc330 base::FilePath original_path = variable
333 original_path.value());
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager.cc1015 const base::FilePath& original_path,
1028 std::string file_name = original_path.BaseName().value();
1038 original_path,
1014 SaveCustomWallpaper(const std::string& user_id_hash, const base::FilePath& original_path, ash::WallpaperLayout layout, scoped_ptr<gfx::ImageSkia> image) argument

Completed in 4042 milliseconds