HomeSort by relevance Sort by last modified time
    Searched refs:NError (Results 1 - 12 of 12) sorted by null

  /external/lzma/CPP/Windows/
ErrorMsg.h 9 namespace NError {
ErrorMsg.cpp 16 namespace NError {
  /external/lzma/CPP/7zip/UI/Explorer/
MyMessages.cpp 31 ShowErrorMessage(window, NError::MyFormatMessage(errorCode));
  /external/lzma/CPP/7zip/UI/Console/
MainAr.cpp 27 static const char *kExceptionErrorMessage = "\n\nError:\n";
29 static const char *kMemoryExceptionMessage = "\n\nERROR: Can't allocate required memory!\n";
84 NError::MyFormatMessage(systemError.ErrorCode) << endl;
UpdateCallbackConsole.cpp 69 m_PercentPrinter.PrintString(NError::MyFormatMessage(systemError));
197 m_PercentPrinter.PrintString(NError::MyFormatMessage(systemError));
ExtractCallbackConsole.cpp 232 (*OutStream) << NError::MyFormatMessage(result);
358 (*OutStream) << NError::MyFormatMessage(result);
HashCon.cpp 144 m_PercentPrinter.PrintString(NWindows::NError::MyFormatMessage(systemError));
Main.cpp 220 stdStream << NError::MyFormatMessage(callback.CantFindCodes[i]) << endl;
250 message += NError::MyFormatMessage(errorInfo.SystemError);
254 stdStream << L"\nError:\n" << message;
274 stdStream << NError::MyFormatMessage(callback.FailedCodes[i]) << endl;
List.cpp 962 g_StdOut << NError::MyFormatMessage(result);
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp 115 UString message = NError::MyFormatMessage(::GetLastError());
236 errorMessage = NError::MyFormatMessage(result);
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 212 UString s = NError::MyFormatMessage(systemError);
1292 return NError::MyFormatMessage(errorCode);
ExtractCallback.cpp 503 MessageError(NError::MyFormatMessage(result));

Completed in 115 milliseconds