Home
last modified time | relevance | path

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

/external/libchrome/base/posix/
Dunix_domain_socket.cc164 int* wire_fds = nullptr; in RecvMsgWithFlags() local
174 DCHECK_EQ(wire_fds, static_cast<void*>(nullptr)); in RecvMsgWithFlags()
175 wire_fds = reinterpret_cast<int*>(CMSG_DATA(cmsg)); in RecvMsgWithFlags()
198 close(wire_fds[i]); in RecvMsgWithFlags()
203 if (wire_fds) { in RecvMsgWithFlags()
205 fds->push_back(ScopedFD(wire_fds[i])); // TODO(mdempsky): emplace_back in RecvMsgWithFlags()