Home
last modified time | relevance | path

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

/sdk/find_java/src/source/
Dfind_java_lib.cpp262 CString currentVersion; in exploreJavaRegistry() local
264 if (getRegValue(subKey.cstr(), "CurrentVersion", access, &currentVersion)) { in exploreJavaRegistry()
267 subKey.addPath(currentVersion); in exploreJavaRegistry()
/sdk/find_java2/src/
DJavaFinder.cpp345 CString currentVersion; in exploreJavaRegistry() local
347 if (getRegValue(subKey, _T("CurrentVersion"), access, &currentVersion)) { in exploreJavaRegistry()
350 subKey.Append(currentVersion); in exploreJavaRegistry()