HomeSort by relevance Sort by last modified time
    Searched refs:exploreJavaRegistry (Results 1 - 2 of 2) sorted by null

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

Completed in 69 milliseconds