Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Console/
DMainAr.cpp38 static const char * const kMemoryExceptionMessage = "ERROR: Can't allocate required memory!"; variable
88 PrintError(kMemoryExceptionMessage); in main()
107 PrintError(kMemoryExceptionMessage); in main()
DExtractCallbackConsole.cpp203 static const char * const kMemoryExceptionMessage = "Can't allocate required memory!"; variable
840 *_se << kMemoryExceptionMessage; in ExtractResult()