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

  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h 63 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path);
win32filesystem.h 63 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path);
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);
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(),
unixfilesystem.cc 220 bool UnixFilesystem::MoveFile(const Pathname &old_path,
  /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);
unixfilesystem.h 80 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path);
win32filesystem.h 63 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_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(),
fileutils_mock.h 198 bool MoveFile(const Pathname &old_path, const Pathname &new_path) {
unixfilesystem.cc 214 bool UnixFilesystem::MoveFile(const Pathname &old_path,
  /external/chromium_org/chrome/common/
service_process_util_unittest.cc 384 TEST_F(ServiceProcessStateFileManipulationTest, MoveFile) {
385 base::FilePath new_loc = GetTempDirPath().AppendASCII("MoveFile");
  /external/chromium_org/webkit/browser/fileapi/
local_file_util_unittest.cc 325 TEST_F(LocalFileUtilTest, MoveFile) {
native_file_util_unittest.cc 274 TEST_F(NativeFileUtilTest, MoveFile) {
  /external/chromium/chrome/common/
service_process_util_unittest.cc 516 TEST_F(ServiceProcessStateFileManipulationTest, MoveFile) {
517 FilePath new_loc = GetTempDirPath().AppendASCII("MoveFile");
  /external/chromium_org/base/
file_util_win.cc 156 if (::MoveFile(from_path.value().c_str(), to_path.value().c_str()))
  /external/lzma/CPP/Windows/
FileDir.cpp 161 if (::MoveFile(existFileName, newFileName))
  /external/chromium_org/third_party/openssl/openssl/apps/
apps.c     [all...]
  /external/openssl/apps/
apps.c     [all...]

Completed in 259 milliseconds