Home
last modified time | relevance | path

Searched refs:iovBase (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
H A Dfaultloggerd_socket.h30 bool SendMsgIovToSocket(int sockfd, void *iovBase, const int iovLen);
H A Dfaultloggerd_socket.cpp242 bool SendMsgIovToSocket(int sockfd, void *iovBase, const int iovLen) in SendMsgIovToSocket() argument
244 if ((sockfd < 0) || (iovBase == nullptr) || (iovLen == 0)) { in SendMsgIovToSocket()
254 iov.iov_base = iovBase; in SendMsgIovToSocket()
277 char iovBase[] = ""; in SendMsgCtlToSocket() local
279 .iov_base = reinterpret_cast<void *>(iovBase), in SendMsgCtlToSocket()

Completed in 2 milliseconds