Searched refs:MoveFile (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dwin32filesystem.h46 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path);
H A Dfileutils.h167 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path) = 0;
173 return MoveFile(old_path, new_path);
323 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) { function in class:rtc::Filesystem
324 return EnsureDefaultFilesystem()->MoveFile(old_path, new_path);
H A Dunixfilesystem.h67 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path);
H A Dwin32filesystem.cc230 bool Win32Filesystem::MoveFile(const Pathname &old_path, function in class:rtc::Win32Filesystem
238 return ::MoveFile(ToUtf16(old_path.pathname()).c_str(),
250 if (::MoveFile(ToUtf16(old_path.pathname()).c_str(),
H A Dfileutils_mock.h181 bool MoveFile(const Pathname &old_path, const Pathname &new_path) { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc221 bool UnixFilesystem::MoveFile(const Pathname &old_path, function in class:rtc::UnixFilesystem
/external/chromium_org/tools/git/
H A Dmove_source_file.py63 def MoveFile(from_path, to_path): function
188 MoveFile(from_path, to_path)
/external/chromium_org/chrome/common/
H A Dservice_process_util_unittest.cc391 TEST_F(ServiceProcessStateFileManipulationTest, MoveFile) {
392 base::FilePath new_loc = GetTempDirPath().AppendASCII("MoveFile");
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_util_unittest.cc315 TEST_F(LocalFileUtilTest, MoveFile) {
H A Dnative_file_util_unittest.cc282 TEST_F(NativeFileUtilTest, MoveFile) {
/external/chromium_org/base/files/
H A Dfile_util_win.cc121 if (::MoveFile(from_path.value().c_str(), to_path.value().c_str()))
/external/llvm/lib/Support/Windows/
H A DPath.inc247 // Retry MoveFile() at ACCESS_DENIED.
/external/lzma/CPP/Windows/
H A DFileDir.cpp161 if (::MoveFile(existFileName, newFileName))
/external/openssl/apps/
H A Dapps.c2813 if (MoveFile(tfrom,tto)) goto ok;
2817 if (DeleteFile(tto) && MoveFile(tfrom,tto))

Completed in 333 milliseconds