Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/shim/
H A Dwindows_shim.cpp283 std::string hive = ""; in ShimRegOpenKeyExA()
285 hive = "HKEY_LOCAL_MACHINE"; in ShimRegOpenKeyExA()
287 hive = "HKEY_CURRENT_USER"; in ShimRegOpenKeyExA()
288 if (hive == "") return ERROR_ACCESS_DENIED; in ShimRegOpenKeyExA()
290 platform_shim.created_keys.emplace_back(platform_shim.created_key_count++, hive + "\\" + lpSubKey); in ShimRegOpenKeyExA()
/third_party/vulkan-loader/loader/
H A Dloader_windows.c398 HKEY hive = DEFAULT_VK_REGISTRY_HIVE, key; in windows_get_registry_files() local
428 rtn_value = RegOpenKeyEx(hive, loc, 0, access_flags, &key); in windows_get_registry_files()
464 hive == DEFAULT_VK_REGISTRY_HIVE ? DEFAULT_VK_REGISTRY_HIVE_STR : SECONDARY_VK_REGISTRY_HIVE_STR, in windows_get_registry_files()
542 hive == DEFAULT_VK_REGISTRY_HIVE ? DEFAULT_VK_REGISTRY_HIVE_STR : SECONDARY_VK_REGISTRY_HIVE_STR, in windows_get_registry_files()
551 // Advance the location - if the next location is in the secondary hive, then reset the locations and advance the hive in windows_get_registry_files()
552 if (use_secondary_hive && (hive == DEFAULT_VK_REGISTRY_HIVE) && (*next == '\0')) { in windows_get_registry_files()
554 hive = SECONDARY_VK_REGISTRY_HIVE; in windows_get_registry_files()
562 (hive == DEFAULT_VK_REGISTRY_HIVE) ? DEFAULT_VK_REGISTRY_HIVE_STR : SECONDARY_VK_REGISTRY_HIVE_STR, location); in windows_get_registry_files()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dtncc.c881 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) in tncc_read_config_reg() argument
893 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS, in tncc_read_config_reg()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dtncc.c880 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) in tncc_read_config_reg() argument
892 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS, in tncc_read_config_reg()
/third_party/python/PC/
H A Dlauncher2.c1805 // Registry hive to search
1806 HKEY hive; member
1906 if (ERROR_SUCCESS == RegOpenKeyExW(info->hive, info->subkey, 0, info->flags, &root)) { in collectEnvironments()

Completed in 10 milliseconds