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

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp2255 int totalBytesSent = 0; local
2256 while (totalBytesSent < length) {
2258 message + totalBytesSent, length - totalBytesSent,
2267 totalBytesSent += bytesSent;
2271 return totalBytesSent;

Completed in 236 milliseconds