Home
last modified time | relevance | path

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

/sdk/find_java/src/source/
Dfind_java_lib.cpp258 CPath rootKey("SOFTWARE\\JavaSoft\\"); in exploreJavaRegistry() local
259 rootKey.addPath(entry); in exploreJavaRegistry()
263 CPath subKey(rootKey); in exploreJavaRegistry()
312 CPath subKey(rootKey); in exploreJavaRegistry()
/sdk/find_java2/src/
DJavaFinder.cpp342 CPath rootKey(_T("SOFTWARE\\JavaSoft\\")); in exploreJavaRegistry() local
343 rootKey.Append(entry); in exploreJavaRegistry()
346 CPath subKey(rootKey); in exploreJavaRegistry()
387 CPath subKey(rootKey); in exploreJavaRegistry()