Searched refs:SendMessageError2 (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.cpp | 561 HRESULT CArchiveExtractCallback::SendMessageError2(HRESULT errorCode, const char *message, const FString &path1, const FString &path2)
in SendMessageError2() function in CArchiveExtractCallback 1234 RINOK(SendMessageError2(errorCode, kCantRenameFile, existPath, fullProcessedPath))
in CheckExistFile() 1412 RINOK(SendMessageError2(errorCode, kCantCreateHardLink, fullProcessedPath, hl))
in GetExtractStream() 1968 return SendMessageError2(
in SetFromLinkPath() 1999 RINOK(SendMessageError2(errorCode, kCantCreateHardLink, fullProcessedPath, existPath))
in SetFromLinkPath() 2010 RINOK(SendMessageError2("Cannot find the file for copying", existPath, fullProcessedPath));
in SetFromLinkPath() 2018 RINOK(SendMessageError2("File size collision for file copying", existPath, fullProcessedPath));
in SetFromLinkPath() 2049 return SendMessageError2(
in SetFromLinkPath()
|
H A D | ArchiveExtractCallback.h | 422 HRESULT SendMessageError2(HRESULT errorCode, const char *message, const FString &path1, const FString &path2);
|
Completed in 3 milliseconds