Home
last modified time | relevance | path

Searched refs:buff (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/jdwp/
DJdwpAdb.c208 char buff[5]; in acceptConnection() local
222 snprintf(buff, sizeof(buff), "%04x", getpid()); in acceptConnection()
223 buff[4] = 0; in acceptConnection()
245 ret = send( netState->controlSock, buff, 4, 0 ); in acceptConnection()
249 LOGV("PID sent as '%.*s' to ADB\n", 4, buff); in acceptConnection()