Home
last modified time | relevance | path

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

/sdk/find_java/
Dfind_java_lib.cpp205 int versionInt = 0; in exploreJavaRegistry() local
214 versionInt = checkBinPath(&javaHome); in exploreJavaRegistry()
215 if (versionInt >= 0) { in exploreJavaRegistry()
219 versionInt, javaHome.cstr()); in exploreJavaRegistry()
223 if (versionInt >= MIN_JAVA_VERSION) { in exploreJavaRegistry()
225 return versionInt; in exploreJavaRegistry()
261 if (v > versionInt) { in exploreJavaRegistry()
265 versionInt, javaHome.cstr()); in exploreJavaRegistry()
268 versionInt = v; in exploreJavaRegistry()