Searched refs:ip_path (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/PC/ |
D | launcher.c | 208 wchar_t ip_path[IP_SIZE]; in locate_pythons_for_key() local 232 _snwprintf_s(ip_path, IP_SIZE, _TRUNCATE, in locate_pythons_for_key() 234 status = RegOpenKeyExW(root, ip_path, 0, flags, &ip_key); in locate_pythons_for_key() 238 debug(L"%ls\\%ls: %ls", key_name, ip_path, message); in locate_pythons_for_key() 247 debug(L"%ls\\%ls: %ls\n", key_name, ip_path, message); in locate_pythons_for_key()
|