Searched refs:CopyDirectory (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/i18n/
H A Di18n_apitest.cc34 base::CopyDirectory(
/external/chromium_org/chrome/browser/extensions/
H A Dpack_extension_unittest.cc34 EXPECT_TRUE(base::CopyDirectory(path, temp_dir.path(), true));
H A Dextension_service_test_base.cc149 base::CopyDirectory(source_install_dir, extensions_install_dir, true));
H A Dextension_startup_browsertest.cc94 base::CopyDirectory(src_dir.AppendASCII("Extensions"),
H A Dextension_service_unittest.cc2094 ASSERT_TRUE(base::CopyDirectory(input_directory, output_dir, true));
2129 base::CopyDirectory(data_dir()
/external/chromium_org/chrome/browser/importer/
H A Dfirefox_importer_browsertest.cc271 ASSERT_TRUE(base::CopyDirectory(data_path, profile_path_, true));
275 ASSERT_TRUE(base::CopyDirectory(data_path, profile_path_, false));
294 ASSERT_TRUE(base::CopyDirectory(
296 ASSERT_TRUE(base::CopyDirectory(
/external/chromium_org/chrome/browser/translate/
H A Dcomponent_cld_data_harness.cc87 ASSERT_TRUE(base::CopyDirectory(source_dir, target_dir, true));
/external/chromium_org/chrome/installer/util/
H A Dcopy_tree_work_item.cc93 if (base::CopyDirectory(source_path_, dest_path_, true)) {
H A Ddelete_tree_work_item.cc120 if (!base::CopyDirectory(root_path_, backup, true)) {
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store_frontend_unittest.cc31 base::CopyDirectory(src_db, db_path_, true);
/external/chromium_org/base/files/
H A Dfile_util.h98 // Copies a single file. Use CopyDirectory to copy directories.
115 BASE_EXPORT bool CopyDirectory(const FilePath& from_path,
H A Dfile_util_unittest.cc1121 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, true));
1176 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_exists, true));
1224 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, false));
1273 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, false));
1297 EXPECT_TRUE(CopyDirectory(file_name_from, file_name_to, true));
1316 EXPECT_TRUE(CopyDirectory(file_name_from, file_name_to, true));
1338 EXPECT_TRUE(CopyDirectory(file_name_from, dir_name_to, true));
1372 EXPECT_TRUE(CopyDirectory(from_path, dir_name_to, true));
1430 EXPECT_TRUE(CopyDirectory(src, dst, true));
H A Dfile_util_win.cc136 bool CopyDirectory(const FilePath& from_path, const FilePath& to_path, function in namespace:base
178 DLOG(ERROR) << "CopyDirectory() couldn't stat source directory: "
209 DLOG(ERROR) << "CopyDirectory() couldn't create directory: "
214 DLOG(ERROR) << "CopyDirectory() couldn't create file: "
797 if (CopyDirectory(from_path, to_path, true)) {
H A Dfile_util_posix.cc249 bool CopyDirectory(const FilePath& from_path, function in namespace:base
253 // Some old callers of CopyDirectory want it to support wildcards.
293 DLOG(ERROR) << "CopyDirectory() couldn't stat source directory: "
326 DLOG(ERROR) << "CopyDirectory() couldn't create directory: "
332 DLOG(ERROR) << "CopyDirectory() couldn't create file: "
337 DLOG(WARNING) << "CopyDirectory() skipping non-regular file: "
854 if (!CopyDirectory(from_path, to_path, true))
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_controller_unittest.cc37 base::CopyDirectory(test_data, temp_dir_.path(), true);
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store_unittest.cc246 ASSERT_TRUE(CopyDirectory(corrupted_dir, dest, kRecursive));
/external/chromium_org/third_party/zlib/google/
H A Dzip_unittest.cc248 base::CopyDirectory(src_dir, src_dir_russian, true);
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_util_unittest.cc278 TEST_F(LocalFileUtilTest, CopyDirectory) {
H A Dcopy_or_move_operation_delegate_unittest.cc515 TEST(LocalFileSystemCopyOrMoveOperationTest, CopyDirectory) {
/external/chromium_org/net/disk_cache/
H A Ddisk_cache_test_base.cc44 return base::CopyDirectory(path, cache_path_, false);
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcopy_operation_unittest.cc396 TEST_F(CopyOperationTest, CopyDirectory) {
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_apitest.cc150 if (!base::CopyDirectory(from_dir, temp_dir.path(), true))
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc292 ASSERT_TRUE(base::CopyDirectory(test_data_dir,

Completed in 4668 milliseconds