Home
last modified time | relevance | path

Searched refs:MyMoveFile (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/
DFileDir.h19 bool MyMoveFile(CFSTR existFileName, CFSTR newFileName);
DFileDir.cpp157 bool MyMoveFile(CFSTR oldFile, CFSTR newFile) in MyMoveFile() function
559 return MyMoveFile(_path, name); in MoveTo()
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp805 if (!MyMoveFile(fullProcessedPath, existPath)) in GetStream()
DUpdate.cpp1336 if (!MyMoveFile(tempPath, us2fs(arcPath))) in UpdateArchive()