Home
last modified time | relevance | path

Searched refs:NError (Results 1 – 13 of 13) sorted by relevance

/external/lzma/CPP/Windows/
DErrorMsg.h9 namespace NError {
DErrorMsg.cpp16 namespace NError { namespace
/external/lzma/CPP/7zip/UI/Explorer/
DMyMessages.cpp31 ShowErrorMessage(window, NError::MyFormatMessage(errorCode)); in ShowErrorMessageDWORD()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp118 UString message = NError::MyFormatMessage(::GetLastError()); in ShowErrorMessageSpec()
245 errorMessage = NError::MyFormatMessage(result); in WinMain()
/external/lzma/CPP/7zip/UI/Console/
DMainAr.cpp104 *g_ErrStream << NError::MyFormatMessage(systemError.ErrorCode) << endl; in main()
DExtractCallbackConsole.cpp63 *_se << endl << kError << NError::MyFormatMessage(systemError) << endl; in ScanError()
744 *_se << NError::MyFormatMessage(result); in OpenResult()
818 *_se << NError::MyFormatMessage(result); in ExtractResult()
DMain.cpp240 so << NError::MyFormatMessage(pc.Codes[i]) << endl; in PrintWarningsPaths()
285 message += NError::MyFormatMessage(errorInfo.SystemError); in WarningsCheck()
DUpdateCallbackConsole.cpp189 << NError::MyFormatMessage(systemError) in CommonError()
DList.cpp1077 *g_ErrStream << endl << kError << NError::MyFormatMessage(errorCode) << endl; in ListArchives()
1160 *g_ErrStream << NError::MyFormatMessage(result); in ListArchives()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp233 UString s = NError::MyFormatMessage(systemError); in AddError_Code_Name()
1336 return NError::MyFormatMessage(errorCode); in HResultToMessage()
DExtractCallback.cpp641 MessageError(NError::MyFormatMessage(result)); in ExtractResult()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp424 m += NError::MyFormatMessage(lastError); in AddToCensorFromListFile()
DArchiveExtractCallback.cpp414 s += NError::MyFormatMessage(errorCode); in SendMessageError_with_LastError()