Searched defs:CopyDirectory (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/
H A Dfile_util.cc375 bool CopyDirectory(const std::wstring& from_path, const std::wstring& to_path, function in namespace:file_util
377 return CopyDirectory(FilePath::FromWStringHack(from_path),
H A Dfile_util_posix.cc204 if (!CopyDirectory(from_path, to_path, true))
216 bool CopyDirectory(const FilePath& from_path, function in namespace:file_util
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: " <<
H A Dfile_util_win.cc279 bool CopyDirectory(const FilePath& from_path, const FilePath& to_path, function in namespace:file_util
307 if (CopyDirectory(from_path, to_path, true)) {

Completed in 86 milliseconds