Searched defs:MoveFile (Results 1 – 6 of 6) sorted by relevance
341 MoveFile = Table('MoveFile') variable
181 bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile() function
231 bool Win32Filesystem::MoveFile(const Pathname &old_path, in MoveFile() function in rtc::Win32Filesystem
319 static 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