Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dwin32filesystem.cc247 bool Win32Filesystem::MoveFile(const Pathname &old_path, in MoveFile() function in talk_base::Win32Filesystem
Dunixfilesystem.cc220 bool UnixFilesystem::MoveFile(const Pathname &old_path, in MoveFile() function in talk_base::UnixFilesystem
Dfileutils.h338 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile() function
/external/chromium/chrome/common/
Dservice_process_util_unittest.cc516 TEST_F(ServiceProcessStateFileManipulationTest, MoveFile) { in TEST_F() argument