Home
last modified time | relevance | path

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

/sdk/find_java/src/source/
Dfind_java_lib.cpp261 int versionInt = 0; in exploreJavaRegistry() local
270 versionInt = checkBinPath(&javaHome); in exploreJavaRegistry()
271 if (versionInt >= 0) { in exploreJavaRegistry()
275 versionInt, javaHome.cstr()); in exploreJavaRegistry()
279 if (versionInt >= minVersion) { in exploreJavaRegistry()
281 return versionInt; in exploreJavaRegistry()
317 if (v > versionInt) { in exploreJavaRegistry()
321 versionInt, javaHome.cstr()); in exploreJavaRegistry()
324 versionInt = v; in exploreJavaRegistry()