Searched refs:iov_len (Results 1 - 12 of 12) sorted by relevance

/system/core/include/cutils/
H A Duio.h35 size_t iov_len; member in struct:iovec
/system/core/libcutils/
H A Duio.c28 int len = vecs->iov_len;
55 int len = (int)vecs->iov_len;
H A Dzygote.c70 ivs[0].iov_len = strlen(argc_buffer);
118 ivs[0].iov_len = strlen(toprint);
120 ivs[1].iov_len = 1;
140 ivs[0].iov_len = sizeof(pid);
152 ivs[0].iov_len -= ret;
154 } while (ivs[0].iov_len > 0);
H A Dmq.c497 iov[0].iov_len = 1;
741 iov[0].iov_len = 1;
/system/core/liblog/
H A Dlogd_write.c154 vec[0].iov_len = 1;
156 vec[1].iov_len = strlen(tag) + 1;
158 vec[2].iov_len = strlen(msg) + 1;
183 vec[0].iov_len = 1;
185 vec[1].iov_len = strlen(tag) + 1;
187 vec[2].iov_len = strlen(msg) + 1;
256 vec[0].iov_len = sizeof(tag);
258 vec[1].iov_len = len;
274 vec[0].iov_len = sizeof(tag);
276 vec[1].iov_len
[all...]
H A Dfake_log_device.c326 int w = write(fd, iov->iov_base, iov->iov_len);
327 if (w != iov->iov_len) {
475 v->iov_len = prefixLen;
483 v->iov_len = p-start;
490 v->iov_len = suffixLen;
596 return vector[0].iov_len + vector[1].iov_len + vector[2].iov_len;
/system/core/libnetutils/
H A Dpacket.c134 iov[0].iov_len = sizeof(ip);
136 iov[1].iov_len = sizeof(udp);
138 iov[2].iov_len = size;
/system/core/libion/
H A Dion_test.c108 .iov_len = sizeof num_fd,
161 .iov_len = sizeof child_buf,
/system/core/libnl_2/genl/
H A Dgenl.c128 sendmsg_iov.iov_len = sizeof(sendbuf);
151 recvmsg_iov.iov_len = RECV_BUF_SIZE;
/system/core/libnl_2/
H A Dnetlink.c76 recvmsg_iov.iov_len = RECV_BUF_SIZE;
211 msg_iov.iov_len = nlh->nlmsg_len;
/system/core/adb/
H A Djdwp_service.c327 iov.iov_len = 1;
/system/core/sdcard/
H A Dsdcard.c457 vec[0].iov_len = sizeof(hdr);
459 vec[1].iov_len = len;

Completed in 2144 milliseconds