Searched refs:SetPropString (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp31 static inline HRESULT SetPropString(const char *s, unsigned int size, PROPVARIANT *value) function
40 return SetPropString((const char *)&guid, sizeof(GUID), value);
119 return SetPropString((const char *)arc.Signature, arc.SignatureSize, value);
/external/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp21 static inline HRESULT SetPropString(const char *s, unsigned int size, PROPVARIANT *value) function
30 return SetPropString((const char *)&guid, sizeof(GUID), value);

Completed in 86 milliseconds