Home
last modified time | relevance | path

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

/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()
/sdk/find_java/src/source/
Dfind_java_lib.cpp142 if (gIsDebug) { in findJavaInPath()
162 if (gIsDebug) { in findJavaInEnvPath()
190 if (gIsDebug) { in findJavaInEnvPath()
272 if (gIsDebug) { in exploreJavaRegistry()
318 if (gIsDebug) { in exploreJavaRegistry()
467 if (gIsConsole || gIsDebug) displayLastError("CreatePipe failed: "); in getJavaVersion()
471 if (gIsConsole || gIsDebug) displayLastError("SetHandleInformation failed: "); in getJavaVersion()
498 if ((gIsConsole || gIsDebug) && !ok) displayLastError("CreateProcess failed: "); in getJavaVersion()
561 if ((gIsConsole || gIsDebug) && (!j || !v)) { in getJavaVersion()
Dfind_java_exe.cpp115 gIsDebug = (getenv("ANDROID_SDKMAN_DEBUG") != NULL); in main()
142 gIsDebug = true; in main()
189 if (gIsDebug) { in main()
Dutils.cpp24 bool gIsDebug = false; variable
Dutils.h37 extern bool gIsDebug;
/sdk/find_java2/src/
Dutils.h22 extern bool gIsDebug;
Dutils.cpp21 bool gIsDebug = false; variable
/sdk/find_java2/FindJava2/
DFindJava2.cpp62 gIsDebug = (getenv("ANDROID_SDKMAN_DEBUG") != NULL); in _tmain()
77 gIsDebug = true; in _tmain()