Searched refs:outPaths (Results 1 – 1 of 1) sorted by relevance
/sdk/find_java2/src/ |
D | JavaFinder.cpp | 254 static void findJavaInEnvPath(std::set<CJavaPath> *outPaths) { in findJavaInEnvPath() argument 262 outPaths->insert(CJavaPath(v, p)); in findJavaInEnvPath() 279 outPaths->insert(CJavaPath(v, p)); in findJavaInEnvPath() 339 static int exploreJavaRegistry(const TCHAR *entry, REGSAM access, std::set<CJavaPath> *outPaths) { in exploreJavaRegistry() argument 356 outPaths->insert(CJavaPath(v, javaHome)); in exploreJavaRegistry() 395 outPaths->insert(CJavaPath(v, javaHome)); in exploreJavaRegistry() 407 static void findJavaInRegistry(std::set<CJavaPath> *outPaths) { in findJavaInRegistry() argument 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() [all …]
|