HomeSort by relevance Sort by last modified time
    Searched defs:MoveFile (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/tools/git/
move_source_file.py 63 def MoveFile(from_path, to_path):
188 MoveFile(from_path, to_path)
  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.h 182 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path) = 0;
188 return MoveFile(old_path, new_path);
338 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) {
339 return EnsureDefaultFilesystem()->MoveFile(old_path, new_path);
unixfilesystem.cc 220 bool UnixFilesystem::MoveFile(const Pathname &old_path,
win32filesystem.cc 247 bool Win32Filesystem::MoveFile(const Pathname &old_path,
255 return ::MoveFile(ToUtf16(old_path.pathname()).c_str(),
267 if (::MoveFile(ToUtf16(old_path.pathname()).c_str(),
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h 184 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path) = 0;
190 return MoveFile(old_path, new_path);
340 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) {
341 return EnsureDefaultFilesystem()->MoveFile(old_path, new_path);
fileutils_mock.h 198 bool MoveFile(const Pathname &old_path, const Pathname &new_path) {
unixfilesystem.cc 214 bool UnixFilesystem::MoveFile(const Pathname &old_path,
win32filesystem.cc 247 bool Win32Filesystem::MoveFile(const Pathname &old_path,
255 return ::MoveFile(ToUtf16(old_path.pathname()).c_str(),
267 if (::MoveFile(ToUtf16(old_path.pathname()).c_str(),

Completed in 57 milliseconds