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

/bootable/recovery/
H A Dfuse_sideload.cpp104 struct iovec vec[2]; local
105 vec[0].iov_base = &hdr;
106 vec[0].iov_len = sizeof(hdr);
107 vec[1].iov_base = const_cast<void*>(data);
108 vec[1].iov_len = len;
110 int res = writev(fd->ffd, vec, 2);
298 struct iovec vec[3]; local
299 vec[0].iov_base = &outhdr;
300 vec[0].iov_len = sizeof(outhdr);
320 vec[
[all...]

Completed in 193 milliseconds