Home
last modified time | relevance | path

Searched refs:SysAllocString (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/Common/
DMyCom.h78 *bstr = ::SysAllocString(src); in StringToBstr()
88 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR()
115 m_str = ::SysAllocString(src);
DMyWindows.cpp74 BSTR SysAllocString(const OLECHAR *s) in SysAllocString() function
DMyWindows.h196 MY_EXTERN_C BSTR SysAllocString(const OLECHAR *sz);
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp159 if ((value->bstrVal = ::SysAllocString(codec.Name)) != 0) in GetMethodProperty()
233 if ((value->bstrVal = ::SysAllocString(codec.Name)) != 0) in GetHasherProp()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
DWin32JoyStick.cpp593 bstrNamespace = SysAllocString( L"\\\\.\\root\\cimv2" ); in CheckXInputDevices()
597 bstrClassName = SysAllocString( L"Win32_PNPEntity" ); in CheckXInputDevices()
601 bstrDeviceID = SysAllocString( L"DeviceID" ); in CheckXInputDevices()
/external/lzma/CPP/Windows/
DPropVariant.cpp90 bstrVal = ::SysAllocString(lpszSrc); in operator =()
/external/lzma/CPP/7zip/Archive/
DIArchive.h414 …if (srcItem.lpwstrName == 0) *name = 0; else *name = ::SysAllocString(srcItem.lpwstrName); return …
/external/wpa_supplicant_8/src/drivers/
Dndis_events.c38 #define BstrAlloc(x) (x) ? SysAllocString(x) : NULL