Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_listeners.cpp189 char* cto; in install_listener() local
203 cto = strdup(connect_to); in install_listener()
204 if(cto == 0) { in install_listener()
210 l->connect_to = cto; in install_listener()