Home
last modified time | relevance | path

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

/sdk/find_java/
Dfind_java_exe.cpp65 gIsDebug = (getenv("ANDROID_SDKMAN_DEBUG") != NULL); in main()
76 gIsDebug = true; in main()
112 if (gIsDebug) { in main()
Dfind_java_lib.cpp113 if (gIsDebug) { in findJavaInEnvPath()
136 if (gIsDebug) { in findJavaInEnvPath()
216 if (gIsDebug) { in exploreJavaRegistry()
262 if (gIsDebug) { in exploreJavaRegistry()
442 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()
533 if ((gIsConsole || gIsDebug) && (!j || !v)) { in getJavaVersion()
Dutils.cpp24 bool gIsDebug = false; variable
Dutils.h37 extern bool gIsDebug;
/sdk/find_lock/
Dfind_lock_exe.cpp31 gIsDebug = (getenv("ANDROID_SDKMAN_DEBUG") != NULL); in main()
37 gIsDebug = true; in main()
Dfind_lock.cpp226 if (error != NULL && gIsDebug) { in adjustPrivileges()
596 if (gIsDebug) fprintf(stderr, "Search path: '%s'\n", searchPath); in findLock()
607 if (gIsDebug) fprintf(stderr, "Warning: adusting privileges failed. Continuing anyway.\n"); in findLock()
609 if (gIsDebug) fprintf(stderr, "Privileges adjusted.\n"); // DEBUG remove lter in findLock()
698 if (gIsDebug) { in findLock()
726 if (gIsDebug) { in findLock()
745 if (gIsDebug) { in findLock()
757 if (gIsDebug) fprintf(stderr, "[ERROR] %s: %s", error, msg.cstr()); in findLock()