HomeSort by relevance Sort by last modified time
    Searched full:movefile (Results 1 - 9 of 9) sorted by null

  /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);
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.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);
unixfilesystem.cc 220 bool UnixFilesystem::MoveFile(const Pathname &old_path,
  /external/chromium/chrome/common/
service_process_util_unittest.cc 516 TEST_F(ServiceProcessStateFileManipulationTest, MoveFile) {
517 FilePath new_loc = GetTempDirPath().AppendASCII("MoveFile");
  /external/openssl/apps/
apps.c     [all...]
  /packages/apps/Email/src/org/apache/commons/io/
FileUtils.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 240 milliseconds