Searched refs:CopyFolder (Results 1 – 4 of 4) sorted by relevance
181 bool CopyFolder(const Pathname &old_path, const Pathname &new_path);187 return CopyFolder(old_path, new_path); in CopyFileOrFolder()323 static bool CopyFolder(const Pathname &old_path, const Pathname &new_path) { in CopyFolder() function324 return EnsureDefaultFilesystem()->CopyFolder(old_path, new_path); in CopyFolder()
156 bool FilesystemInterface::CopyFolder(const Pathname &old_path, in DirectoryIterator() function in rtc::FilesystemInterface
257 if (!CopyFolder(old_path, new_path)) in MoveFolder()
252 if (!CopyFolder(old_path, new_path)) in MoveFolder()