Searched defs:kMemoryExceptionMessage (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
H A DMainAr.cpp28 static const char *kMemoryExceptionMessage = "\n\nERROR: Can't allocate required memory!\n"; variable
57 (*g_StdStream) << kMemoryExceptionMessage;
74 (*g_StdStream) << kMemoryExceptionMessage;
H A DExtractCallbackConsole.cpp35 static const char *kMemoryExceptionMessage = "Can't allocate required memory!"; variable
219 (*OutStream) << kMemoryExceptionMessage;

Completed in 180 milliseconds