HomeSort by relevance Sort by last modified time
    Searched refs:MoveFile (Results 1 - 14 of 14) 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);
unixfilesystem.h 67 bool MoveFile(const Pathname& old_path, const Pathname& new_path) override;
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) {
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...]
  /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 270 milliseconds