Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_adb.cc86 int control_sock = this->control_sock_; in Shutdown() local
96 if (control_sock != -1) { in Shutdown()
97 shutdown(control_sock, SHUT_RDWR); in Shutdown()