Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dwin32filesystem.cc231 bool Win32Filesystem::MoveFile(const Pathname &old_path, in MoveFile() function in rtc::Win32Filesystem
Dfileutils_mock.h181 bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile() function
Dunixfilesystem.cc222 bool UnixFilesystem::MoveFile(const Pathname &old_path, in MoveFile() function in rtc::UnixFilesystem
Dfileutils.h319 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile() function