Searched refs:currentVersion (Results 1 – 3 of 3) sorted by relevance
262 CString currentVersion; in exploreJavaRegistry() local264 if (getRegValue(subKey.cstr(), "CurrentVersion", access, ¤tVersion)) { in exploreJavaRegistry()267 subKey.addPath(currentVersion); in exploreJavaRegistry()
345 CString currentVersion; in exploreJavaRegistry() local347 if (getRegValue(subKey, _T("CurrentVersion"), access, ¤tVersion)) { in exploreJavaRegistry()350 subKey.Append(currentVersion); in exploreJavaRegistry()
1459 int currentVersion = 0; in fixEditorAssociations() local1462 currentVersion = Integer.parseInt(value); in fixEditorAssociations()1472 if (currentVersion >= targetVersion) { in fixEditorAssociations()