Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DMyWindows.cpp36 BSTR SysAllocStringByteLen(LPCSTR s, UINT len) in SysAllocStringByteLen() function
120 dest->bstrVal = SysAllocStringByteLen((LPCSTR)src->bstrVal, in VariantCopy()
DMyWindows.h194 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp39 if ((value->bstrVal = ::SysAllocStringByteLen(s, size)) != 0) in SetPropStrFromBin()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp37 if ((value->bstrVal = ::SysAllocStringByteLen((const char *)&guid, sizeof(guid))) != NULL) in SetPropGUID()