Searched defs:MoveFile (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
H A Dwin32filesystem.cc231 bool Win32Filesystem::MoveFile(const Pathname &old_path, function in class:rtc::Win32Filesystem
239 return ::MoveFile(ToUtf16(old_path.pathname()).c_str(),
251 if (::MoveFile(ToUtf16(old_path.pathname()).c_str(),
H A Dfileutils.h163 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path) = 0;
169 return MoveFile(old_path, new_path);
319 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) { function in class:rtc::Filesystem
320 return EnsureDefaultFilesystem()->MoveFile(old_path, new_path);
H A Dfileutils_mock.h181 bool MoveFile(const Pathname &old_path, const Pathname &new_path) { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc222 bool UnixFilesystem::MoveFile(const Pathname &old_path, function in class:rtc::UnixFilesystem

Completed in 176 milliseconds