Searched refs:MoveFile (Results 1 – 7 of 7) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/base/ |
D | fileutils.h | 182 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path) = 0; 188 return MoveFile(old_path, new_path); in MoveFileOrFolder() 338 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile() function 339 return EnsureDefaultFilesystem()->MoveFile(old_path, new_path); in MoveFile()
|
D | win32filesystem.cc | 247 bool Win32Filesystem::MoveFile(const Pathname &old_path, in MoveFile() function in talk_base::Win32Filesystem 255 return ::MoveFile(ToUtf16(old_path.pathname()).c_str(), in MoveFile() 267 if (::MoveFile(ToUtf16(old_path.pathname()).c_str(), in MoveFolder()
|
D | win32filesystem.h | 63 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path);
|
D | unixfilesystem.h | 63 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path);
|
D | unixfilesystem.cc | 220 bool UnixFilesystem::MoveFile(const Pathname &old_path, in MoveFile() function in talk_base::UnixFilesystem
|
/external/chromium/chrome/common/ |
D | service_process_util_unittest.cc | 516 TEST_F(ServiceProcessStateFileManipulationTest, MoveFile) { in TEST_F() argument
|
/external/openssl/apps/ |
D | apps.c | 2806 if (MoveFile(tfrom,tto)) goto ok; in WIN32_rename() 2810 if (DeleteFile(tto) && MoveFile(tfrom,tto)) in WIN32_rename()
|