Searched refs:original_path (Results 1 – 11 of 11) sorted by relevance
/external/chromium/chrome/common/extensions/ |
D | extension_unpacker_unittest.cc | 22 FilePath original_path; in SetupUnpacker() local 23 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &original_path)); in SetupUnpacker() 24 original_path = original_path.AppendASCII("extensions") in SetupUnpacker() 27 ASSERT_TRUE(file_util::PathExists(original_path)) << original_path.value(); in SetupUnpacker() 34 ASSERT_TRUE(file_util::CopyFile(original_path, crx_path)) << in SetupUnpacker() 35 "Original path " << original_path.value() << in SetupUnpacker()
|
/external/chromium_org/chrome/browser/extensions/ |
D | sandboxed_unpacker_unittest.cc | 78 base::FilePath original_path; in SetupUnpacker() local 79 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &original_path)); in SetupUnpacker() 80 original_path = original_path.AppendASCII("extensions") in SetupUnpacker() 83 ASSERT_TRUE(base::PathExists(original_path)) << original_path.value(); in SetupUnpacker() 86 original_path, in SetupUnpacker()
|
/external/chromium_org/chrome/utility/extensions/ |
D | unpacker_unittest.cc | 33 base::FilePath original_path; in SetupUnpacker() local 34 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &original_path)); in SetupUnpacker() 35 original_path = original_path.AppendASCII("extensions") in SetupUnpacker() 38 ASSERT_TRUE(base::PathExists(original_path)) << original_path.value(); in SetupUnpacker() 45 ASSERT_TRUE(base::CopyFile(original_path, crx_path)) << in SetupUnpacker() 46 "Original path " << original_path.value() << in SetupUnpacker()
|
/external/chromium/chrome/browser/extensions/ |
D | sandboxed_extension_unpacker_unittest.cc | 73 FilePath original_path; in SetupUnpacker() local 74 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &original_path)); in SetupUnpacker() 75 original_path = original_path.AppendASCII("extensions") in SetupUnpacker() 78 ASSERT_TRUE(file_util::PathExists(original_path)) << original_path.value(); in SetupUnpacker() 84 ASSERT_TRUE(file_util::CopyFile(original_path, crx_path)) << in SetupUnpacker() 85 "Original path: " << original_path.value() << in SetupUnpacker()
|
/external/chromium_org/chrome/browser/chromeos/drive/sync/ |
D | entry_revert_performer.cc | 42 const base::FilePath original_path = metadata->GetFilePath(local_id); in FinishRevert() local 49 changed_directories->insert(original_path.DirName()); in FinishRevert() 63 changed_directories->insert(original_path.DirName()); in FinishRevert()
|
/external/chromium_org/base/i18n/ |
D | file_util_icu_unittest.cc | 87 const char* original_path; member 99 base::FilePath path(kNormalizeFileNameEncodingTestCases[i].original_path); in TEST_F()
|
/external/chromium_org/tools/gen_keyboard_overlay_data/ |
D | gen_keyboard_overlay_data.py | 438 original_path = GetPath(os.path.join(original_dir, original_filename)) 439 original = file(original_path, 'r') 445 outpath = original_path
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | iphoto_data_provider_browsertest.cc | 330 base::FilePath original_path = in StartTest() local 333 original_path.value()); in StartTest()
|
/external/chromium/net/test/ |
D | test_server.h | 132 const std::string& original_path,
|
/external/chromium_org/net/test/spawned_test_server/ |
D | base_test_server.h | 198 const std::string& original_path,
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | wallpaper_manager.cc | 1016 const base::FilePath& original_path, in SaveCustomWallpaper() argument 1022 std::string file_name = original_path.BaseName().value(); in SaveCustomWallpaper() 1031 ResizeAndSaveWallpaper(wallpaper, original_path, in SaveCustomWallpaper() 1035 DeleteAllExcept(original_path); in SaveCustomWallpaper()
|