Home
last modified time | relevance | path

Searched refs:currentVersion (Results 1 – 3 of 3) 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()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DSdk.java1459 int currentVersion = 0; in fixEditorAssociations() local
1462 currentVersion = Integer.parseInt(value); in fixEditorAssociations()
1472 if (currentVersion >= targetVersion) { in fixEditorAssociations()