HomeSort by relevance Sort by last modified time
    Searched defs:MoveFile (Results 1 - 6 of 6) 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);
fileutils_mock.h 181 bool MoveFile(const Pathname &old_path, const Pathname &new_path) {
unixfilesystem.cc 222 bool UnixFilesystem::MoveFile(const Pathname &old_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(),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 58 milliseconds