Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c199 HKEY core_root, ip_key; in locate_pythons_for_key() local
200 LSTATUS status = RegOpenKeyExW(root, CORE_PATH, 0, flags, &core_root); in locate_pythons_for_key()
219 status = RegEnumKeyW(core_root, i, ip_version, IP_VERSION_SIZE); in locate_pythons_for_key()
322 RegCloseKey(core_root); in locate_pythons_for_key()