Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp75 static bool getSystemRegistryString(const char *keyPath, const char *valueName,
902 static bool getSystemRegistryString(const char *keyPath, const char *valueName, in getSystemRegistryString() argument
912 const char *placeHolder = strstr(keyPath, "$VERSION"); in getSystemRegistryString()
919 while ((keyEnd > keyPath) && (*keyEnd != '\\')) in getSystemRegistryString()
924 size_t partialKeyLength = keyEnd - keyPath; in getSystemRegistryString()
928 strncpy(partialKey, keyPath, partialKeyLength); in getSystemRegistryString()
976 RegOpenKeyExA(hRootKey, keyPath, 0, KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString()