HomeSort by relevance Sort by last modified time
    Searched defs:CopyFolder (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.cc 168 bool FilesystemInterface::CopyFolder(const Pathname &old_path,
fileutils.h 200 bool CopyFolder(const Pathname &old_path, const Pathname &new_path);
206 return CopyFolder(old_path, new_path);
342 static bool CopyFolder(const Pathname &old_path, const Pathname &new_path) {
343 return EnsureDefaultFilesystem()->CopyFolder(old_path, new_path);
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.cc 173 bool FilesystemInterface::CopyFolder(const Pathname &old_path,
fileutils.h 202 bool CopyFolder(const Pathname &old_path, const Pathname &new_path);
208 return CopyFolder(old_path, new_path);
344 static bool CopyFolder(const Pathname &old_path, const Pathname &new_path) {
345 return EnsureDefaultFilesystem()->CopyFolder(old_path, new_path);

Completed in 37 milliseconds