Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DWindowsToolChain.cpp93 HKEY hRootKey = NULL; in getSystemRegistryString() local
102 hRootKey = HKEY_CLASSES_ROOT; in getSystemRegistryString()
105 hRootKey = HKEY_USERS; in getSystemRegistryString()
108 hRootKey = HKEY_LOCAL_MACHINE; in getSystemRegistryString()
111 hRootKey = HKEY_CURRENT_USER; in getSystemRegistryString()
137 lResult = RegOpenKeyEx(hRootKey, partialKey, 0, KEY_READ, &hTopKey); in getSystemRegistryString()
182 lResult = RegOpenKeyEx(hRootKey, subKey, 0, KEY_READ, &hKey); in getSystemRegistryString()