HomeSort by relevance Sort by last modified time
    Searched refs:gIsConsole (Results 1 - 8 of 8) sorted by null

  /sdk/find_java2/src/
utils.h 25 extern bool gIsConsole;
utils.cpp 24 bool gIsConsole = false;
136 if (gIsConsole) {
  /sdk/find_lock/
find_lock_exe.cpp 30 gIsConsole = true; // tell utils to to print errors to stderr
  /sdk/find_java/src/source/
utils.cpp 27 bool gIsConsole = false;
53 if (gIsConsole) {
find_java_lib.cpp 467 if (gIsConsole || gIsDebug) displayLastError("CreatePipe failed: ");
471 if (gIsConsole || gIsDebug) displayLastError("SetHandleInformation failed: ");
498 if ((gIsConsole || gIsDebug) && !ok) displayLastError("CreateProcess failed: ");
561 if ((gIsConsole || gIsDebug) && (!j || !v)) {
find_java_exe.cpp 114 gIsConsole = true; // tell utils to to print errors to stderr
utils.h 38 extern bool gIsConsole;
  /sdk/find_java2/FindJava2/
FindJava2.cpp 61 gIsConsole = true; // tell utils to to print errors to stderr

Completed in 228 milliseconds