Searched defs:MoveFile (Results 1 – 4 of 4) sorted by relevance
247 bool Win32Filesystem::MoveFile(const Pathname &old_path, in MoveFile() function in talk_base::Win32Filesystem
220 bool UnixFilesystem::MoveFile(const Pathname &old_path, in MoveFile() function in talk_base::UnixFilesystem
338 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile() function
516 TEST_F(ServiceProcessStateFileManipulationTest, MoveFile) { in TEST_F() argument