OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NError
(Results
1 - 7
of
7
) sorted by null
/external/lzma/CPP/Windows/
Error.h
9
namespace
NError
{
Error.cpp
15
namespace
NError
{
/external/lzma/CPP/7zip/UI/Console/
MainAr.cpp
26
static const char *kExceptionErrorMessage = "\n\
nError
:\n";
28
static const char *kMemoryExceptionMessage = "\n\
nERROR
: Can't allocate required memory!\n";
83
NError
::MyFormatMessage(systemError.ErrorCode, message);
ExtractCallbackConsole.cpp
185
(*OutStream) <<
NError
::MyFormatMessage(result);
223
NError
::MyFormatMessage(result, message);
UpdateCallbackConsole.cpp
63
m_PercentPrinter.PrintString(
NError
::MyFormatMessageW(systemError));
184
m_PercentPrinter.PrintString(
NError
::MyFormatMessageW(systemError));
Main.cpp
534
stdStream <<
NError
::MyFormatMessageW(callback.CantFindCodes[i]) << endl;
564
message +=
NError
::MyFormatMessageW(errorInfo.SystemError);
568
stdStream << L"\
nError
:\n" << message;
584
stdStream <<
NError
::MyFormatMessageW(callback.FailedCodes[i]) << endl;
List.cpp
480
g_StdOut <<
NError
::MyFormatMessage(result);
Completed in 124 milliseconds