Searched refs:CopyFile (Results 1 - 25 of 84) sorted by relevance

1234

/external/chromium_org/chrome/browser/extensions/api/i18n/
H A Di18n_apitest.cc26 base::CopyFile(
30 base::CopyFile(
55 base::CopyFile(
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dtest_search_path_list.cpp96 CopyFile("libfoo.so", exe_path.c_str(), "libfoo.so", temp_dir_1.path());
99 CopyFile("libfoo2.so", exe_path.c_str(), "libfoo.so", temp_dir_2.path());
/external/chromium_org/chrome/browser/history/
H A Dhistory_database_unittest.cc31 base::CopyFile(old_history_path, db_file);
/external/chromium_org/components/component_updater/test/
H A Dcomponent_patcher_unittest.cc79 EXPECT_TRUE(base::CopyFile(
109 EXPECT_TRUE(base::CopyFile(
139 EXPECT_TRUE(base::CopyFile(
142 EXPECT_TRUE(base::CopyFile(test_file("binary_courgette_patch.bin"),
174 EXPECT_TRUE(base::CopyFile(
177 EXPECT_TRUE(base::CopyFile(
/external/chromium_org/chrome/browser/translate/
H A Dstandalone_cld_data_harness.cc73 ASSERT_TRUE(base::CopyFile(source_file, target_file));
/external/chromium_org/third_party/webrtc/base/
H A Dwin32filesystem.h55 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path);
H A Dfileutils.h182 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path) = 0;
189 return CopyFile(old_path, new_path);
331 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { function in class:rtc::Filesystem
332 return EnsureDefaultFilesystem()->CopyFile(old_path, new_path);
H A Dunixfilesystem.h73 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path);
H A Dunixfilesystem.cc232 if (!CopyFile(old_path, new_path))
266 bool UnixFilesystem::CopyFile(const Pathname &old_path, function in class:rtc::UnixFilesystem
/external/chromium_org/tools/clang/scripts/
H A Dupdate.py91 def CopyFile(src, dst): function
106 CopyFile(os.path.join(root, f), dst)
204 CopyFile(os.path.join(asan_rt_lib_src_dir, '..', '..', 'asan_blacklist.txt'),
218 CopyFile(os.path.join(sanitizer_include_dir, f),
/external/chromium_org/base/prefs/
H A Djson_pref_store_unittest.cc146 ASSERT_TRUE(base::CopyFile(invalid_file_original, invalid_file));
229 ASSERT_TRUE(base::CopyFile(data_dir_.AppendASCII("read.json"),
258 ASSERT_TRUE(base::CopyFile(data_dir_.AppendASCII("read.json"),
377 ASSERT_TRUE(base::CopyFile(data_dir_.AppendASCII("read.json"),
424 ASSERT_TRUE(base::CopyFile(data_dir_.AppendASCII("read.json"),
491 base::CopyFile(data_dir_.AppendASCII("read.json"),
533 base::CopyFile(data_dir_.AppendASCII("read.json"),
536 base::CopyFile(data_dir_.AppendASCII("invalid.json"),
579 base::CopyFile(data_dir_.AppendASCII("read.json"),
621 base::CopyFile(data_dir
[all...]
/external/chromium_org/chrome/browser/ui/prefs/
H A Dprefs_tab_helper_browsertest.cc44 if (!base::CopyFile(pref_file, default_pref_file)) {
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_apitest.cc158 if (!base::CopyFile(common_js_path, inject_js_path))
239 ASSERT_TRUE(base::CopyFile(
267 ASSERT_TRUE(base::CopyFile(
269 ASSERT_TRUE(base::CopyFile(
271 ASSERT_TRUE(base::CopyFile(
363 ASSERT_TRUE(base::CopyFile(test_jpg_path, first_only_jpg));
364 ASSERT_TRUE(base::CopyFile(test_jpg_path, in_both_jpg));
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dbinary_integrity_analyzer_win_unittest.cc113 ASSERT_TRUE(base::CopyFile(signed_binary_path, chrome_elf_path));
/external/chromium_org/chrome/installer/util/
H A Dcopy_tree_work_item.cc56 !base::CopyFile(source_path_, alternative_path_)) {
H A Ddelete_tree_work_item.cc65 } else if (!base::CopyFile(key_file,
H A Dcopy_tree_work_item_unittest.cc79 TEST_F(CopyTreeWorkItemTest, CopyFile) {
341 base::CopyFile(exe_full_path, file_name_to);
421 base::CopyFile(exe_full_path, file_name_to);
530 base::CopyFile(exe_full_path, file_name_to);
613 base::CopyFile(exe_full_path, file_name_to);
/external/deqp/scripts/
H A Dmake_release.py88 class CopyFile (DstFile): class in inherits:DstFile
90 super(CopyFile, self).__init__(dstFile)
223 CopyFile(srcFile, dstFile).make(packageBuildInfo)
288 lambda s, d: CopyFile(s, d))
297 return SingleFileTarget(srcFile, dstFile, lambda s, d: CopyFile(s, d))
369 # Otherwise just CopyFile targets
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal_win.cc154 bool migrated = base::CopyFile(legacy_sentinel, sentinel);
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker_unittest.cc47 ASSERT_TRUE(base::CopyFile(original_path, crx_path)) <<
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuild_updater.py108 buildbot_common.CopyFile(in_file, out_file)
H A Dbuildbot_common.py148 def CopyFile(src, dst): function
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_unittest_win.cc528 ASSERT_TRUE(base::CopyFile(profile_2_shortcut_path_1,
538 ASSERT_TRUE(base::CopyFile(
560 ASSERT_TRUE(base::CopyFile(profile_2_shortcut_path_1,
635 ASSERT_TRUE(base::CopyFile(profile_1_shortcut_path_1,
637 ASSERT_TRUE(base::CopyFile(profile_2_shortcut_path_1,
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_apitest.cc97 EXPECT_TRUE(base::CopyFile(source, destination));
119 EXPECT_TRUE(base::CopyFile(source, destination));
175 EXPECT_TRUE(base::CopyFile(source, test_file));
/external/chromium_org/chrome/browser/printing/
H A Dprinting_layout_browsertest.cc135 base::CopyFile(test_result, emf);
154 base::CopyFile(test_result, failed);

Completed in 478 milliseconds

1234