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