Home
last modified time | relevance | path

Searched refs:MyFormatMessage (Results 1 – 12 of 12) sorted by relevance

/external/lzma/CPP/Windows/
DErrorMsg.cpp18 static bool MyFormatMessage(DWORD errorCode, UString &message) in MyFormatMessage() function
43 UString MyFormatMessage(DWORD errorCode) in MyFormatMessage() function
46 if (!MyFormatMessage(errorCode, message)) in MyFormatMessage()
DErrorMsg.h11 UString MyFormatMessage(DWORD errorCode);
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp69 m_PercentPrinter.PrintString(NError::MyFormatMessage(systemError)); in CanNotFindError_Base()
197 m_PercentPrinter.PrintString(NError::MyFormatMessage(systemError)); in OpenFileError()
DExtractCallbackConsole.cpp232 (*OutStream) << NError::MyFormatMessage(result); in OpenResult()
358 (*OutStream) << NError::MyFormatMessage(result); in ExtractResult()
DMainAr.cpp84 NError::MyFormatMessage(systemError.ErrorCode) << endl; in main()
DMain.cpp220 stdStream << NError::MyFormatMessage(callback.CantFindCodes[i]) << endl; in WarningsCheck()
250 message += NError::MyFormatMessage(errorInfo.SystemError); in WarningsCheck()
274 stdStream << NError::MyFormatMessage(callback.FailedCodes[i]) << endl; in WarningsCheck()
DHashCon.cpp144 m_PercentPrinter.PrintString(NWindows::NError::MyFormatMessage(systemError)); in OpenFileError()
DList.cpp962 g_StdOut << NError::MyFormatMessage(result); in ListArchives()
/external/lzma/CPP/7zip/UI/Explorer/
DMyMessages.cpp31 ShowErrorMessage(window, NError::MyFormatMessage(errorCode)); in ShowErrorMessageDWORD()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp115 UString message = NError::MyFormatMessage(::GetLastError()); in ShowErrorMessageSpec()
236 errorMessage = NError::MyFormatMessage(result); in WinMain()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp212 UString s = NError::MyFormatMessage(systemError); in AddError_Code_Name()
1292 return NError::MyFormatMessage(errorCode); in HResultToMessage()
DExtractCallback.cpp503 MessageError(NError::MyFormatMessage(result)); in ExtractResult()