Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.cc777 char handshake_msg[sizeof(kJdwpHandshake)]; in PerformHandshake() local
779 handshake_msg, in PerformHandshake()
780 sizeof(handshake_msg), in PerformHandshake()
783 strncmp(handshake_msg, kJdwpHandshake, sizeof(kJdwpHandshake)) != 0) { in PerformHandshake()