Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dutil.cpp32 char cmsg_buf[CMSG_SPACE(sizeof(int))]; in send_fd() local
36 .msg_iov = &iov, .msg_iovlen = 1, .msg_control = cmsg_buf, .msg_controllen = sizeof(cmsg_buf), in send_fd()
48 char cmsg_buf[CMSG_SPACE(sizeof(int))]; in recv_fd() local
54 .msg_control = cmsg_buf, in recv_fd()
55 .msg_controllen = sizeof(cmsg_buf), in recv_fd()
69 bool received_fd = msg.msg_controllen == sizeof(cmsg_buf); in recv_fd()