Searched refs:versionInt (Results 1 – 1 of 1) sorted by relevance
205 int versionInt = 0; in exploreJavaRegistry() local214 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()