Searched refs:displayLastError (Results 1 – 6 of 6) sorted by relevance
51 displayLastError(_T("Fatal Error: ")); in _tmain()55 displayLastError(_T("Fatal Error: ")); in _tmain()
38 void displayLastError(const TCHAR *description, ...);
125 void displayLastError(const TCHAR *description, ...) { in displayLastError() function
467 if (gIsConsole || gIsDebug) displayLastError("CreatePipe failed: "); in getJavaVersion()471 if (gIsConsole || gIsDebug) displayLastError("SetHandleInformation failed: "); in getJavaVersion()498 if ((gIsConsole || gIsDebug) && !ok) displayLastError("CreateProcess failed: "); in getJavaVersion()
41 void displayLastError(const char *description, ...) { in displayLastError() function
356 void displayLastError(const char *description, ...);