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

/external/chromium_org/base/files/
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))

Completed in 218 milliseconds