Home
last modified time | relevance | path

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

/system/core/adb/client/
Dcommandline.cpp1727 std::string host_prefix; in adb_commandline() local
1729 host_prefix = "reverse"; in adb_commandline()
1732 host_prefix = android::base::StringPrintf("host-serial:%s", serial); in adb_commandline()
1734 host_prefix = "host-usb"; in adb_commandline()
1736 host_prefix = "host-local"; in adb_commandline()
1738 host_prefix = "host"; in adb_commandline()
1745 return adb_query_command(host_prefix + ":list-forward"); in adb_commandline()
1748 cmd = host_prefix + ":killforward-all"; in adb_commandline()
1752 cmd = host_prefix + ":killforward:" + argv[1]; in adb_commandline()
1757 cmd = host_prefix + ":forward:norebind:" + argv[1] + ";" + argv[2]; in adb_commandline()
[all …]