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

  /external/chromium/base/
file_util_deprecated.h 40 BASE_API bool CopyDirectory(const std::wstring& from_path,
file_util.cc 375 bool CopyDirectory(const std::wstring& from_path, const std::wstring& to_path,
377 return CopyDirectory(FilePath::FromWStringHack(from_path),
file_util.h 128 // Copies a single file. Use CopyDirectory to copy directories.
138 BASE_API bool CopyDirectory(const FilePath& from_path, const FilePath& to_path,
file_util_unittest.cc     [all...]
file_util_posix.cc 204 if (!CopyDirectory(from_path, to_path, true))
216 bool CopyDirectory(const FilePath& from_path,
220 // Some old callers of CopyDirectory want it to support wildcards.
265 LOG(ERROR) << "CopyDirectory() couldn't stat source directory: " <<
296 LOG(ERROR) << "CopyDirectory() couldn't create directory: " <<
302 LOG(ERROR) << "CopyDirectory() couldn't create file: " <<
307 LOG(WARNING) << "CopyDirectory() skipping non-regular file: " <<
file_util_win.cc 279 bool CopyDirectory(const FilePath& from_path, const FilePath& to_path,
307 if (CopyDirectory(from_path, to_path, true)) {
    [all...]
file_util_proxy.cc 348 if (!file_util::CopyDirectory(src_file_path_, dest_file_path_,
  /external/chromium/chrome/browser/extensions/
extension_startup_browsertest.cc 56 file_util::CopyDirectory(src_dir.AppendASCII("Extensions"),
extension_service_unittest.cc 444 file_util::CopyDirectory(source_install_dir, extensions_install_dir_, true);
    [all...]
  /external/chromium/net/disk_cache/
disk_cache_test_util.cc 92 return file_util::CopyDirectory(path, dest, false);
  /external/chromium/chrome/browser/importer/
importer_unittest.cc 78 ASSERT_TRUE(file_util::CopyDirectory(data_path, profile_path_, true));
81 ASSERT_TRUE(file_util::CopyDirectory(data_path, profile_path_, false));
94 ASSERT_TRUE(file_util::CopyDirectory(data_path,
665 ASSERT_TRUE(file_util::CopyDirectory(data_path, profile_path_, true));
668 ASSERT_TRUE(file_util::CopyDirectory(data_path, profile_path_, false));
680 ASSERT_TRUE(file_util::CopyDirectory(data_path, search_engine_path, false));
    [all...]

Completed in 1334 milliseconds