Home
last modified time | relevance | path

Searched refs:MoveFile (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/base/
Dfileutils.h163 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()
Dwin32filesystem.cc231 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()
Dwin32filesystem.h46 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path);
Dunixfilesystem.h67 bool MoveFile(const Pathname& old_path, const Pathname& new_path) override;
Dfileutils_mock.h181 bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile() function
Dfilerotatingstream.cc295 if (!Filesystem::MoveFile(unrotated_name, rotated_name)) { in RotateFiles()
Dunixfilesystem.cc222 bool UnixFilesystem::MoveFile(const Pathname &old_path, in MoveFile() function in rtc::UnixFilesystem
/external/syslinux/win/
Dsyslinux.c275 if (!MoveFile(pathname, new_name)) { in move_file()
/external/lzma/CPP/Windows/
DFileDir.cpp162 if (::MoveFile(fs2fas(oldFile), fs2fas(newFile))) in MyMoveFile()