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

/external/chromium/base/test/
H A Dtest_file_util_posix.cc29 bool CopyRecursiveDirNoCache(const FilePath& source_dir, function in namespace:file_util
61 LOG(ERROR) << "CopyRecursiveDirNoCache() couldn't stat source directory: "
80 LOG(ERROR) << "CopyRecursiveDirNoCache() couldn't create directory: " <<
89 LOG(ERROR) << "CopyRecursiveDirNoCache() couldn't create file: " <<
94 LOG(WARNING) << "CopyRecursiveDirNoCache() skipping non-regular file: " <<
H A Dtest_file_util_win.cc125 bool CopyRecursiveDirNoCache(const FilePath& source_dir, function in namespace:file_util
153 if (!CopyRecursiveDirNoCache(cur_source_path, cur_dest_path)) {

Completed in 137 milliseconds