Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DViewSettings.cpp89 if (key.QueryValue_Binary(GetSystemString(id), buf) != ERROR_SUCCESS) in Read()
166 return key.QueryValue_Binary(name, buf) == ERROR_SUCCESS && buf.Size() == dataSize; in QueryBuf()
/aosp_15_r20/external/lzma/CPP/Windows/
H A DRegistry.cpp365 LONG CKey::QueryValue_Binary(LPCTSTR name, CByteBuffer &value) in QueryValue_Binary() function in NWindows::NRegistry::CKey
450 const LONG res = QueryValue_Binary(valueName, buffer); in GetValue_Strings()
H A DRegistry.h89 LONG QueryValue_Binary(LPCTSTR name, CByteBuffer &value);
H A DSystemInfo.cpp679 res[0] = key.QueryValue_Binary(TEXT("Previous Update Revision"), bufs[0]); in Fill()
680 res[1] = key.QueryValue_Binary(TEXT("Update Revision"), bufs[1]); in Fill()