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

  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.cc 176 bool FilesystemInterface::CopyFolder(const Pathname &old_path,
fileutils.h 203 bool CopyFolder(const Pathname &old_path, const Pathname &new_path);
209 return CopyFolder(old_path, new_path);
345 static bool CopyFolder(const Pathname &old_path, const Pathname &new_path) {
346 return EnsureDefaultFilesystem()->CopyFolder(old_path, new_path);
  /external/chromium_org/third_party/webrtc/base/
fileutils.cc 159 bool FilesystemInterface::CopyFolder(const Pathname &old_path,
fileutils.h 186 bool CopyFolder(const Pathname &old_path, const Pathname &new_path);
192 return CopyFolder(old_path, new_path);
328 static bool CopyFolder(const Pathname &old_path, const Pathname &new_path) {
329 return EnsureDefaultFilesystem()->CopyFolder(old_path, new_path);

Completed in 75 milliseconds