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

  /external/webrtc/webrtc/base/
fileutils.h 155 virtual bool MoveFolder(const Pathname &old_path,
171 return MoveFolder(old_path, new_path);
315 static bool MoveFolder(const Pathname &old_path, const Pathname &new_path) {
316 return EnsureDefaultFilesystem()->MoveFolder(old_path, new_path);
win32filesystem.h 51 virtual bool MoveFolder(const Pathname &old_path, const Pathname &new_path);
unixfilesystem.h 68 bool MoveFolder(const Pathname& old_path, const Pathname& new_path) override;
fileutils_mock.h 177 bool MoveFolder(const Pathname &old_path, const Pathname &new_path) {
unixfilesystem.cc 241 bool UnixFilesystem::MoveFolder(const Pathname &old_path,
win32filesystem.cc 243 bool Win32Filesystem::MoveFolder(const Pathname &old_path,

Completed in 260 milliseconds