OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:displayLastError
(Results
1 - 3
of
3
) sorted by null
/sdk/find_java/
find_java_lib.cpp
442
if (gIsConsole || gIsDebug)
displayLastError
("CreatePipe failed: ");
446
if (gIsConsole || gIsDebug)
displayLastError
("SetHandleInformation failed: ");
473
if ((gIsConsole || gIsDebug) && !ok)
displayLastError
("CreateProcess failed: ");
utils.cpp
41
void
displayLastError
(const char *description, ...) {
utils.h
356
void
displayLastError
(const char *description, ...);
Completed in 245 milliseconds