Searched defs:lenStr (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/wds/client/
H A DAdbConnection.cpp116 char lenStr[PAYLOAD_LENGTH + 1]; local
117 int payloadLen = recv(fd, lenStr, sizeof(lenStr) - 1, 0);
119 lenStr[PAYLOAD_LENGTH] = 0;
122 payloadLen = strtol(lenStr, NULL, 16);
192 char lenStr[PAYLOAD_LENGTH + 1]; local
193 int res = recv(m_fd, lenStr, sizeof(lenStr) - 1, 0);
198 lenStr[PAYLOAD_LENGTH] = 0;
201 int payloadLen = strtol(lenStr, NUL
[all...]

Completed in 98 milliseconds