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

  /external/webrtc/webrtc/base/
fileutils.h 163 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path) = 0;
169 return MoveFile(old_path, new_path);
319 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) {
320 return EnsureDefaultFilesystem()->MoveFile(old_path, new_path);
win32filesystem.h 46 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path);
win32filesystem.cc 231 bool Win32Filesystem::MoveFile(const Pathname &old_path,
239 return ::MoveFile(ToUtf16(old_path.pathname()).c_str(),
251 if (::MoveFile(ToUtf16(old_path.pathname()).c_str(),
fileutils_mock.h 181 bool MoveFile(const Pathname &old_path, const Pathname &new_path) {
unixfilesystem.h 67 bool MoveFile(const Pathname& old_path, const Pathname& new_path) override;
filerotatingstream.cc 295 if (!Filesystem::MoveFile(unrotated_name, rotated_name)) {
unixfilesystem.cc 222 bool UnixFilesystem::MoveFile(const Pathname &old_path,
  /external/lzma/CPP/Windows/
FileDir.cpp 162 if (::MoveFile(fs2fas(oldFile), fs2fas(newFile)))
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows.go 164 //sys MoveFile(from *uint16, to *uint16) (err error) = MoveFileW
425 return MoveFile(from, to)
    [all...]
zsyscall_windows.go 458 func MoveFile(from *uint16, to *uint16) (err error) {
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_windows.go 164 //sys MoveFile(from *uint16, to *uint16) (err error) = MoveFileW
425 return MoveFile(from, to)
    [all...]
zsyscall_windows.go 458 func MoveFile(from *uint16, to *uint16) (err error) {
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/testng/ant/3rdparty/
cobertura.jar 

Completed in 1487 milliseconds