Searched refs:FormatMessage (Results 1 - 17 of 17) sorted by relevance

/external/chromium/base/
H A Dwin_util_unittest.cc53 TEST(BaseWinUtilTest, FormatMessage) {
71 ::FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
83 EXPECT_EQ(win_util::FormatMessage(kAccessDeniedErrorCode),
86 // Done with the buffer allocated by ::FormatMessage()
H A Dwin_util.h108 // Use the Win32 API FormatMessage() function to generate a string, using
110 std::wstring FormatMessage(unsigned messageid);
H A Dwin_util.cc362 std::wstring FormatMessage(unsigned messageid) { function in namespace:win_util
364 unsigned string_length = ::FormatMessage(
381 return FormatMessage(GetLastError());
/external/qemu/distrib/sdl-1.2.12/src/loadso/win32/
H A DSDL_sysloadso.c50 FormatMessage((FORMAT_MESSAGE_IGNORE_INSERTS |
69 FormatMessage((FORMAT_MESSAGE_IGNORE_INSERTS |
100 FormatMessage((FORMAT_MESSAGE_IGNORE_INSERTS |
117 FormatMessage((FORMAT_MESSAGE_IGNORE_INSERTS |
/external/srec/portable/src/
H A DpLastError.c28 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
/external/expat/xmlwf/
H A Dwin32filemap.c82 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER
H A Dxmlwin32url.cxx315 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER
323 || FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER
/external/v8/src/
H A Dmessages.js126 function FormatMessage(message) { function
897 return FormatMessage({type: obj.type, args: obj.arguments});
939 return this.name + ": " + FormatMessage({ type: type, args: this.arguments });
/external/qemu/
H A Dtap-win32.c514 FormatMessage( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,
524 FormatMessage( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc259 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
/external/zlib/
H A Dminigzip.c83 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
H A Dgzlib.c36 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
/external/libpcap/
H A Dpcap.c663 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, error, 0, errbuf,
667 * "FormatMessage()" "helpfully" sticks CR/LF at the end of the
/external/wpa_supplicant/
H A Dcrypto_cryptoapi.c109 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_cryptoapi.c94 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp1582 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
/external/netperf/
H A Dnetlib.c418 dwResult = FormatMessage(

Completed in 296 milliseconds