HomeSort by relevance Sort by last modified time
    Searched refs:SysAllocString (Results 1 - 16 of 16) sorted by null

  /external/lzma/CPP/Common/
MyCom.h 78 *bstr = ::SysAllocString(src);
88 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); }
97 m_str = ::SysAllocString(szGuid);
115 m_str = ::SysAllocString(src);
MyWindows.cpp 74 BSTR SysAllocString(const OLECHAR *s)
MyWindows.h 196 MY_EXTERN_C BSTR SysAllocString(const OLECHAR *sz);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiatlprov.h 52 BSTR bstrString = SysAllocString(L"__ExtendedStatus");
127 BSTR bstrString = SysAllocString(L"__InstanceCreationEvent");
136 bstrString = SysAllocString(L"__InstanceModificationEvent");
145 bstrString = SysAllocString(L"__InstanceDeletionEvent");
comutil.h 278 m_wstr = ::SysAllocString(s);
554 V_BSTR(this) = ::SysAllocString(pSrc);
847 V_BSTR(this) = ::SysAllocString(pSrc);
_dbdao.h 150 bstrVal = SysAllocString(pstr);
oleauto.h 43 WINOLEAUTAPI_(BSTR) SysAllocString(const OLECHAR *);
    [all...]
  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 159 if ((value->bstrVal = ::SysAllocString(codec.Name)) != 0)
233 if ((value->bstrVal = ::SysAllocString(codec.Name)) != 0)
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32JoyStick.cpp 593 bstrNamespace = SysAllocString( L"\\\\.\\root\\cimv2" );
597 bstrClassName = SysAllocString( L"Win32_PNPEntity" );
601 bstrDeviceID = SysAllocString( L"DeviceID" );
  /external/lzma/CPP/Windows/
PropVariant.cpp 90 bstrVal = ::SysAllocString(lpszSrc);
  /external/lzma/CPP/7zip/Archive/
IArchive.h 414 if (srcItem.lpwstrName == 0) *name = 0; else *name = ::SysAllocString(srcItem.lpwstrName); return S_OK; } \
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 38 #define BstrAlloc(x) (x) ? SysAllocString(x) : NULL
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 423 milliseconds