Searched refs:MoveFile (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/base/ |
D | fileutils.h | 163 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path) = 0; 169 return MoveFile(old_path, new_path); in MoveFileOrFolder() 319 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile() function 320 return EnsureDefaultFilesystem()->MoveFile(old_path, new_path); in MoveFile()
|
D | win32filesystem.cc | 231 bool Win32Filesystem::MoveFile(const Pathname &old_path, in MoveFile() function in rtc::Win32Filesystem 239 return ::MoveFile(ToUtf16(old_path.pathname()).c_str(), in MoveFile() 251 if (::MoveFile(ToUtf16(old_path.pathname()).c_str(), in MoveFolder()
|
D | win32filesystem.h | 46 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path);
|
D | unixfilesystem.h | 67 bool MoveFile(const Pathname& old_path, const Pathname& new_path) override;
|
D | fileutils_mock.h | 181 bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile() function
|
D | filerotatingstream.cc | 295 if (!Filesystem::MoveFile(unrotated_name, rotated_name)) { in RotateFiles()
|
D | unixfilesystem.cc | 222 bool UnixFilesystem::MoveFile(const Pathname &old_path, in MoveFile() function in rtc::UnixFilesystem
|
/external/syslinux/win/ |
D | syslinux.c | 275 if (!MoveFile(pathname, new_name)) { in move_file()
|
/external/lzma/CPP/Windows/ |
D | FileDir.cpp | 162 if (::MoveFile(fs2fas(oldFile), fs2fas(newFile))) in MyMoveFile()
|