Home
last modified time | relevance | path

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

/sdk/find_java2/src/
DJavaFinder.cpp339 static int exploreJavaRegistry(const TCHAR *entry, REGSAM access, std::set<CJavaPath> *outPaths) { in exploreJavaRegistry() function
416 exploreJavaRegistry(_T("Java Runtime Environment"), 0, outPaths); in findJavaInRegistry()
417 exploreJavaRegistry(_T("Java Development Kit"), 0, outPaths); in findJavaInRegistry()
432 exploreJavaRegistry(_T("Java Runtime Environment"), KEY_WOW64_32KEY, outPaths); in findJavaInRegistry()
433 exploreJavaRegistry(_T("Java Development Kit"), KEY_WOW64_32KEY, outPaths); in findJavaInRegistry()
437 exploreJavaRegistry(_T("Java Runtime Environment"), KEY_WOW64_64KEY, outPaths); in findJavaInRegistry()
438 exploreJavaRegistry(_T("Java Development Kit"), KEY_WOW64_64KEY, outPaths); in findJavaInRegistry()
/sdk/find_java/src/source/
Dfind_java_lib.cpp254 static int exploreJavaRegistry(const char *entry, REGSAM access, int minVersion, in exploreJavaRegistry() function
338 int version = exploreJavaRegistry(entry, access, *inOutVersion, &path); in getMaxJavaInRegistry()