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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DWindowsToolChain.cpp83 static bool getSystemRegistryString(const char *keyPath, const char *valueName, argument
93 if (strncmp(keyPath, "HKEY_CLASSES_ROOT\\", 18) == 0) {
95 subKey = keyPath + 18;
96 } else if (strncmp(keyPath, "HKEY_USERS\\", 11) == 0) {
98 subKey = keyPath + 11;
99 } else if (strncmp(keyPath, "HKEY_LOCAL_MACHINE\\", 19) == 0) {
101 subKey = keyPath + 19;
102 } else if (strncmp(keyPath, "HKEY_CURRENT_USER\\", 18) == 0) {
104 subKey = keyPath + 18;

Completed in 43 milliseconds