Home
last modified time | relevance | path

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

/sdk/find_java/
Dfind_java_lib.cpp442 if (gIsConsole || gIsDebug) displayLastError("CreatePipe failed: "); in getJavaVersion()
446 if (gIsConsole || gIsDebug) displayLastError("SetHandleInformation failed: "); in getJavaVersion()
473 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, ...);