Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DRegistryAssociations.cpp42 static CSysString GetExtKeyPath(HKEY hkey, const CSysString &ext) in GetExtKeyPath() function
55 if (extKey.Open(hkey, GetExtKeyPath(hkey, ext), KEY_READ) != ERROR_SUCCESS) in ReadFromRegistry()
98 LONG res = rootKey.RecurseDeleteKey(GetExtKeyPath(hkey, ext)); in DeleteShellExtensionInfo()
125 res = extKey.Create(hkey, GetExtKeyPath(hkey, ext)); in AddShellExtensionInfo()