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

  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_utility_win.cc 140 StringCchCat(pszOS, STRING_MAX_SIZE, TEXT("Windows Vista "));
142 StringCchCat(pszOS, STRING_MAX_SIZE, TEXT("Windows Server 2008 " ));
149 StringCchCat(pszOS, STRING_MAX_SIZE, TEXT("Windows 7 "));
151 StringCchCat(pszOS, STRING_MAX_SIZE, TEXT("Windows Server 2008 R2 " ));
157 StringCchCat(pszOS, STRING_MAX_SIZE, TEXT("Windows Server 2003"));
162 StringCchCat(pszOS, STRING_MAX_SIZE, TEXT("Windows XP "));
164 StringCchCat(pszOS, STRING_MAX_SIZE, TEXT( "Home Edition" ));
166 StringCchCat(pszOS, STRING_MAX_SIZE, TEXT( "Professional" ));
171 StringCchCat(pszOS, STRING_MAX_SIZE, TEXT("Windows 2000 "));
175 StringCchCat(pszOS, STRING_MAX_SIZE, TEXT( "Professional" ))
    [all...]
audio_mixer_manager_win.cc 15 #include <strsafe.h> // StringCchCopy(), StringCchCat(), StringCchPrintf()
    [all...]
audio_device_wave_win.cc 21 #include <strsafe.h> // StringCchCopy(), StringCchCat(), StringCchPrintf()
    [all...]
audio_device_core_win.cc 307 StringCchCat(buf, MAXERRORLENGTH, errorText);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h 324 #define StringCchCat __MINGW_NAME_AW(StringCchCat)
    [all...]

Completed in 202 milliseconds