Searched refs:SendMessageError_with_LastError (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.cpp | 558 HRESULT CArchiveExtractCallback::SendMessageError_with_LastError(const char *message, const FString… in SendMessageError_with_LastError() function in CArchiveExtractCallback 1288 RINOK(SendMessageError_with_LastError(kCantDeleteOutputDir, fullProcessedPath)) 1298 RINOK(SendMessageError_with_LastError(kCantDeleteOutputFile, fullProcessedPath)) 1485 RINOK(SendMessageError_with_LastError(kCantOpenOutFile, fullProcessedPath)) 1529 RINOK(SendMessageError_with_LastError(kCantSetFileLen, fullProcessedPath)) 1551 RINOK(SendMessageError_with_LastError("Cannot seek to begin of file", fullProcessedPath)) 1964 const HRESULT hres2 = SendMessageError_with_LastError(kCantSetFileLen, us2fs(_item.Path)); 2161 RINOK(SendMessageError_with_LastError(kCantCreateSymLink, fullProcessedPath)) 2173 RINOK(SendMessageError_with_LastError(kCantCreateSymLink, fullProcessedPath)) 2269 res = SendMessageError_with_LastError("Incorrect reparse stream", us2fs(_item.Path)); [all …]
|
H A D | ArchiveExtractCallback.h | 421 HRESULT SendMessageError_with_LastError(const char *message, const FString &path);
|