Searched refs:k_7zip_ShellExtension (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/lzma/C/Util/7zipInstall/ |
H A D | 7zipInstall.c | 851 static LPCWSTR const k_7zip_ShellExtension = L"7-Zip Shell Extension"; variable 860 MyRegistry_CreateKeyAndVal_32(HKEY_CLASSES_ROOT, k_Reg_CLSID_7zip, NULL, k_7zip_ShellExtension); in WriteCLSID() 878 MyRegistry_CreateKeyAndVal(HKEY_CLASSES_ROOT, k_Reg_CLSID_7zip, NULL, k_7zip_ShellExtension); in WriteCLSID() 921 …stry_CreateKeyAndVal_32(HKEY_LOCAL_MACHINE, k_Shell_Approved, k_7zip_CLSID, k_7zip_ShellExtension); in WriteShellEx() 923 …stry_CreateKeyAndVal (HKEY_LOCAL_MACHINE, k_Shell_Approved, k_7zip_CLSID, k_7zip_ShellExtension); in WriteShellEx()
|