Searched refs:javaHome (Results 1 – 2 of 2) sorted by relevance
/sdk/find_java/src/source/ |
D | find_java_lib.cpp | 268 CPath javaHome; in exploreJavaRegistry() local 269 if (getRegValue(subKey.cstr(), "JavaHome", access, &javaHome)) { in exploreJavaRegistry() 270 versionInt = checkBinPath(&javaHome); in exploreJavaRegistry() 275 versionInt, javaHome.cstr()); in exploreJavaRegistry() 277 *outJavaPath = javaHome; in exploreJavaRegistry() 297 CPath javaHome; in exploreJavaRegistry() local 315 if (getRegValue(subKey.cstr(), "JavaHome", access, &javaHome)) { in exploreJavaRegistry() 316 int v = checkBinPath(&javaHome); in exploreJavaRegistry() 321 versionInt, javaHome.cstr()); in exploreJavaRegistry() 323 *outJavaPath = javaHome; in exploreJavaRegistry()
|
/sdk/find_java2/src/ |
D | JavaFinder.cpp | 353 CPath javaHome(value); in exploreJavaRegistry() local 354 int v = checkBinPath(&javaHome); in exploreJavaRegistry() 356 outPaths->insert(CJavaPath(v, javaHome)); in exploreJavaRegistry() 372 CPath javaHome; in exploreJavaRegistry() local 392 CPath javaHome(value); in exploreJavaRegistry() local 393 int v = checkBinPath(&javaHome); in exploreJavaRegistry() 395 outPaths->insert(CJavaPath(v, javaHome)); in exploreJavaRegistry()
|