Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Dunix_socket.cc262 const CBufLenType control_buf_len = in Send() local
264 PERFETTO_CHECK(control_buf_len <= sizeof(control_buf)); in Send()
267 msg_hdr.msg_controllen = control_buf_len; // used by CMSG_FIRSTHDR in Send()