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

  /external/chromium/base/test/
test_file_util.h 32 bool CopyRecursiveDirNoCache(const FilePath& source_dir,
test_file_util_win.cc 125 bool CopyRecursiveDirNoCache(const FilePath& source_dir,
153 if (!CopyRecursiveDirNoCache(cur_source_path, cur_dest_path)) {
test_file_util_posix.cc 29 bool CopyRecursiveDirNoCache(const FilePath& source_dir,
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: " <<

Completed in 31 milliseconds