Home
last modified time | relevance | path

Searched refs:displayLastError (Results 1 – 6 of 6) sorted by relevance

/sdk/find_java2/FindJava2/
DFindJava2.cpp51 displayLastError(_T("Fatal Error: ")); in _tmain()
55 displayLastError(_T("Fatal Error: ")); in _tmain()
/sdk/find_java2/src/
Dutils.h38 void displayLastError(const TCHAR *description, ...);
Dutils.cpp125 void displayLastError(const TCHAR *description, ...) { in displayLastError() function
/sdk/find_java/src/source/
Dfind_java_lib.cpp467 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()
Dutils.cpp41 void displayLastError(const char *description, ...) { in displayLastError() function
Dutils.h356 void displayLastError(const char *description, ...);