Searched refs:SendMessageError_with_LastError (Results 1 – 2 of 2) sorted by relevance
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | ArchiveExtractCallback.cpp | 540 HRESULT CArchiveExtractCallback::SendMessageError_with_LastError(const char *message, const FString… in SendMessageError_with_LastError() function in CArchiveExtractCallback 1228 RINOK(SendMessageError_with_LastError(kCantDeleteOutputDir, fullProcessedPath)); in CheckExistFile() 1238 RINOK(SendMessageError_with_LastError(kCantDeleteOutputFile, fullProcessedPath)); in CheckExistFile() 1421 RINOK(SendMessageError_with_LastError(kCantOpenOutFile, fullProcessedPath)); in GetExtractStream() 1465 RINOK(SendMessageError_with_LastError(kCantSetFileLen, fullProcessedPath)); in GetExtractStream() 1487 RINOK(SendMessageError_with_LastError("Cannot seek to begin of file", fullProcessedPath)); in GetExtractStream() 1884 HRESULT hres2 = SendMessageError_with_LastError(kCantSetFileLen, us2fs(_item.Path)); in CloseFile() 2068 RINOK(SendMessageError_with_LastError(kCantCreateSymLink, fullProcessedPath)); in SetFromLinkPath() 2080 RINOK(SendMessageError_with_LastError(kCantCreateSymLink, fullProcessedPath)); in SetFromLinkPath() 2176 res = SendMessageError_with_LastError("Incorrect reparse stream", us2fs(_item.Path)); in CloseReparseAndFile() [all …]
|
| D | ArchiveExtractCallback.h | 409 HRESULT SendMessageError_with_LastError(const char *message, const FString &path);
|