Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dmimetypes.py273 with _winreg.OpenKey(_winreg.HKEY_CLASSES_ROOT, '') as hkcr:
274 for subkeyname in enum_types(hkcr):
276 with _winreg.OpenKey(hkcr, subkeyname) as subkey:
/third_party/python/Tools/msi/
Dtestrelease.bat73 echo %%f >> "%~2\hkcr.txt"
74 reg query "%%f" /s >> "%~2\hkcr.txt" 2>&1
/third_party/python/Modules/
D_winapi.c1920 HKEY hkcr = NULL; in _winapi__mimetypes_read_windows_registry_impl() local
1924 err = RegOpenKeyExW(HKEY_CLASSES_ROOT, NULL, 0, KEY_READ, &hkcr); in _winapi__mimetypes_read_windows_registry_impl()
1933 err = RegEnumKeyExW(hkcr, i, ext, &cchExt, NULL, NULL, NULL, NULL); in _winapi__mimetypes_read_windows_registry_impl()
1938 err = RegOpenKeyExW(hkcr, ext, 0, KEY_READ, &subkey); in _winapi__mimetypes_read_windows_registry_impl()
1970 RegCloseKey(hkcr); in _winapi__mimetypes_read_windows_registry_impl()
1979 if (hkcr) { in _winapi__mimetypes_read_windows_registry_impl()
1980 RegCloseKey(hkcr); in _winapi__mimetypes_read_windows_registry_impl()