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

/external/lzma/CPP/Windows/
H A DFileDir.h19 bool MyMoveFile(CFSTR existFileName, CFSTR newFileName);
H A DFileDir.cpp157 bool MyMoveFile(CFSTR oldFile, CFSTR newFile) function in namespace:NWindows::NFile::NDir
559 return MyMoveFile(_path, name);
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp804 // MyMoveFile can raname folders. So it's OK to use it folders too
805 if (!MyMoveFile(fullProcessedPath, existPath))
H A DUpdate.cpp1336 if (!MyMoveFile(tempPath, us2fs(arcPath)))

Completed in 81 milliseconds