Home
last modified time | relevance | path

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

/system/core/adb/
Dadb.c824 int no_rebind) in install_listener() argument
840 if (no_rebind) { in install_listener()
1544 int no_rebind = 0; in handle_host_request() local
1550 no_rebind = 1; in handle_host_request()
1583 r = install_listener(local, remote, transport, no_rebind); in handle_host_request()
Dcommandline.c1281 char no_rebind = 0; in adb_commandline() local
1292 no_rebind = 1; in adb_commandline()
1301 if (list + remove + remove_all + no_rebind > 1) { in adb_commandline()
1352 const char* command = no_rebind ? "forward:norebind:" : "forward"; in adb_commandline()