Searched defs:MoveFile (Results 1 – 4 of 4) sorted by relevance
231 bool Win32Filesystem::MoveFile(const Pathname &old_path, in MoveFile() function in rtc::Win32Filesystem
181 bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile() function
222 bool UnixFilesystem::MoveFile(const Pathname &old_path, in MoveFile() function in rtc::UnixFilesystem
319 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile() function