Searched refs:amount_read (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/rtc_base/ |
D | ifaddrs_android.cc | 164 ssize_t amount_read = recv(fd, &buf, kMaxReadSize, 0); in getifaddrs() local 165 while (amount_read > 0) { in getifaddrs() 167 size_t header_size = static_cast<size_t>(amount_read); in getifaddrs() 208 amount_read = recv(fd, &buf, kMaxReadSize, 0); in getifaddrs()
|
/external/cronet/stable/net/base/ |
D | network_interfaces_getifaddrs_android.cc | 182 ssize_t amount_read = recv(fd, &buf, kMaxReadSize, 0); in Getifaddrs() local 183 while (amount_read > 0) { in Getifaddrs() 185 size_t header_size = static_cast<size_t>(amount_read); in Getifaddrs() 226 amount_read = recv(fd, &buf, kMaxReadSize, 0); in Getifaddrs()
|
/external/cronet/tot/net/base/ |
D | network_interfaces_getifaddrs_android.cc | 182 ssize_t amount_read = recv(fd, &buf, kMaxReadSize, 0); in Getifaddrs() local 183 while (amount_read > 0) { in Getifaddrs() 185 size_t header_size = static_cast<size_t>(amount_read); in Getifaddrs() 226 amount_read = recv(fd, &buf, kMaxReadSize, 0); in Getifaddrs()
|
/external/selinux/libsemanage/src/ |
D | semanage_store.c | 720 int in, out, retval = 0, amount_read, n, errsv = errno; in semanage_copy_file() local 745 while (retval == 0 && (amount_read = read(in, buf, sizeof(buf))) > 0) { in semanage_copy_file() 746 if (write(out, buf, amount_read) != amount_read) { in semanage_copy_file() 754 if (amount_read < 0) { in semanage_copy_file() 2037 ssize_t amount_read; in semanage_direct_get_serial() local 2062 amount_read = read(fd, buf, sizeof(buf)); in semanage_direct_get_serial() 2063 if (amount_read == -1) { in semanage_direct_get_serial()
|