Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/C/Util/7zipUninstall/
H A D7zipUninstall.c224 static int MyRegistry_QueryString(HKEY hKey, LPCWSTR name, LPWSTR dest) in MyRegistry_QueryString() function
241 const BoolInt res2 = MyRegistry_QueryString(key, valName, dest); in MyRegistry_QueryString2()
277 const BoolInt res2 = MyRegistry_QueryString(key, valName, dest); in MyRegistry_QueryString2_32()
312 if (MyRegistry_QueryString(hKey, name, s)) in MyReg_DeleteVal_Path_if_Equal()
/aosp_15_r20/external/lzma/C/Util/7zipInstall/
H A D7zipInstall.c354 static int MyRegistry_QueryString(HKEY hKey, LPCWSTR name, LPWSTR dest) in MyRegistry_QueryString() function
371 const BoolInt res2 = MyRegistry_QueryString(key, valName, dest); in MyRegistry_QueryString2()
1128 ok = MyRegistry_QueryString(key, k_Reg_Path32, path); in WinMain()