Searched refs:hkcr (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/ |
H A D | mimetypes.py | 271 with _winreg.OpenKey(_winreg.HKEY_CLASSES_ROOT, '') as hkcr: 272 for subkeyname in enum_types(hkcr): 274 with _winreg.OpenKey(hkcr, subkeyname) as subkey:
|
/third_party/python/Tools/msi/ |
H A D | testrelease.bat | 73 echo %%f >> "%~2\hkcr.txt"
74 reg query "%%f" /s >> "%~2\hkcr.txt" 2>&1
|
/third_party/python/Modules/ |
H A D | _winapi.c | 2012 HKEY hkcr = NULL; in _winapi__mimetypes_read_windows_registry_impl() local 2016 err = RegOpenKeyExW(HKEY_CLASSES_ROOT, NULL, 0, KEY_READ, &hkcr); in _winapi__mimetypes_read_windows_registry_impl() 2025 err = RegEnumKeyExW(hkcr, i, ext, &cchExt, NULL, NULL, NULL, NULL); in _winapi__mimetypes_read_windows_registry_impl() 2030 err = RegOpenKeyExW(hkcr, ext, 0, KEY_READ, &subkey); in _winapi__mimetypes_read_windows_registry_impl() 2062 RegCloseKey(hkcr); in _winapi__mimetypes_read_windows_registry_impl() 2071 if (hkcr) { in _winapi__mimetypes_read_windows_registry_impl() 2072 RegCloseKey(hkcr); in _winapi__mimetypes_read_windows_registry_impl()
|
Completed in 4 milliseconds