Searched refs:subKey (Results 1 – 2 of 2) sorted by relevance
/sdk/find_java/src/source/ |
D | find_java_lib.cpp | 263 CPath subKey(rootKey); in exploreJavaRegistry() local 264 if (getRegValue(subKey.cstr(), "CurrentVersion", access, ¤tVersion)) { in exploreJavaRegistry() 267 subKey.addPath(currentVersion); in exploreJavaRegistry() 269 if (getRegValue(subKey.cstr(), "JavaHome", access, &javaHome)) { in exploreJavaRegistry() 312 CPath subKey(rootKey); in exploreJavaRegistry() local 313 subKey.addPath(name); in exploreJavaRegistry() 315 if (getRegValue(subKey.cstr(), "JavaHome", access, &javaHome)) { in exploreJavaRegistry()
|
/sdk/find_java2/src/ |
D | JavaFinder.cpp | 346 CPath subKey(rootKey); in exploreJavaRegistry() local 347 if (getRegValue(subKey, _T("CurrentVersion"), access, ¤tVersion)) { in exploreJavaRegistry() 350 subKey.Append(currentVersion); in exploreJavaRegistry() 352 if (getRegValue(subKey, _T("JavaHome"), access, &value)) { in exploreJavaRegistry() 387 CPath subKey(rootKey); in exploreJavaRegistry() local 388 subKey.Append(name); in exploreJavaRegistry() 391 if (getRegValue(subKey, _T("JavaHome"), access, &value)) { in exploreJavaRegistry()
|