Home
last modified time | relevance | path

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

/system/libbase/
Derrors_windows.cpp37 WCHAR msgbuf[kErrorMessageBufferSize]; in SystemErrorCodeToString() local
40 DWORD len = FormatMessageW(flags, nullptr, error_code, 0, msgbuf, in SystemErrorCodeToString()
50 if (!android::base::WideToUTF8(msgbuf, &msg)) { in SystemErrorCodeToString()
/system/bt/btif/src/
Dbtif_sock_util.cc100 char msgbuf[CMSG_SPACE(1)]; in sock_send_fd() local
105 msg.msg_control = msgbuf; in sock_send_fd()
106 msg.msg_controllen = sizeof msgbuf; in sock_send_fd()
/system/gatekeeper/tests/
Dgatekeeper_messages_test.cpp248 uint8_t msgbuf[] = { variable
284 uint32_t array_length = sizeof(msgbuf) / sizeof(msgbuf[0]); in parse_garbage()
285 const uint8_t* end = msgbuf + array_length; in parse_garbage()
287 const uint8_t* begin = msgbuf + i; in parse_garbage()
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp628 uint8_t msgbuf[] = { variable
664 const uint8_t* end = msgbuf + array_length(msgbuf); in parse_garbage()
665 for (size_t i = 0; i < array_length(msgbuf); ++i) { in parse_garbage()
666 const uint8_t* begin = msgbuf + i; in parse_garbage()