Searched refs:CopyFolder (Results 1 – 8 of 8) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/base/ |
D | fileutils.h | 200 bool CopyFolder(const Pathname &old_path, const Pathname &new_path); 206 return CopyFolder(old_path, new_path); in CopyFileOrFolder() 342 static bool CopyFolder(const Pathname &old_path, const Pathname &new_path) { in CopyFolder() function 343 return EnsureDefaultFilesystem()->CopyFolder(old_path, new_path); in CopyFolder()
|
D | fileutils.cc | 168 bool FilesystemInterface::CopyFolder(const Pathname &old_path, in DirectoryIterator() function in talk_base::FilesystemInterface
|
D | unixfilesystem.cc | 250 if (!CopyFolder(old_path, new_path)) in MoveFolder()
|
D | win32filesystem.cc | 273 if (!CopyFolder(old_path, new_path)) in MoveFolder()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | fileutils.h | 202 bool CopyFolder(const Pathname &old_path, const Pathname &new_path); 208 return CopyFolder(old_path, new_path); in CopyFileOrFolder() 344 static bool CopyFolder(const Pathname &old_path, const Pathname &new_path) { in CopyFolder() function 345 return EnsureDefaultFilesystem()->CopyFolder(old_path, new_path); in CopyFolder()
|
D | fileutils.cc | 173 bool FilesystemInterface::CopyFolder(const Pathname &old_path, in DirectoryIterator() function in talk_base::FilesystemInterface
|
D | win32filesystem.cc | 273 if (!CopyFolder(old_path, new_path)) in MoveFolder()
|
D | unixfilesystem.cc | 244 if (!CopyFolder(old_path, new_path)) in MoveFolder()
|