Home
last modified time | relevance | path

Searched refs:subKey (Results 1 – 2 of 2) sorted by relevance

/sdk/find_java/src/source/
Dfind_java_lib.cpp263 CPath subKey(rootKey); in exploreJavaRegistry() local
264 if (getRegValue(subKey.cstr(), "CurrentVersion", access, &currentVersion)) { 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/
DJavaFinder.cpp346 CPath subKey(rootKey); in exploreJavaRegistry() local
347 if (getRegValue(subKey, _T("CurrentVersion"), access, &currentVersion)) { 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()