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

  /sdk/find_lock/
find_lock_exe.cpp 30 gIsConsole = true; // tell utils to to print errors to stderr
  /sdk/find_java/
utils.cpp 27 bool gIsConsole = false;
53 if (gIsConsole) {
find_java_exe.cpp 64 gIsConsole = true; // tell utils to to print errors to stderr
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: ");
533 if ((gIsConsole || gIsDebug) && (!j || !v)) {
utils.h 38 extern bool gIsConsole;

Completed in 2239 milliseconds