Home
last modified time | relevance | path

Searched refs:SendMessageError_with_Error (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp507 SendMessageError_with_Error(hres, "Cannot create folder", fullPath); in CreateComplexDirectory()
546 HRESULT CArchiveExtractCallback::SendMessageError_with_Error(HRESULT errorCode, const char *message… in SendMessageError_with_Error() function in CArchiveExtractCallback
561 return SendMessageError_with_Error(errorCode, message, path); in SendMessageError_with_LastError()
H A DArchiveExtractCallback.h420 HRESULT SendMessageError_with_Error(HRESULT errorCode, const char *message, const FString &path);