Searched refs:MyRegistry_QueryString (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/lzma/C/Util/7zipUninstall/ |
H A D | 7zipUninstall.c | 224 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 D | 7zipInstall.c | 354 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()
|