Searched refs:host_prefix (Results 1 – 1 of 1) sorted by relevance
1744 std::string host_prefix; in adb_commandline() local1746 host_prefix = "reverse"; in adb_commandline()1749 host_prefix = android::base::StringPrintf("host-serial:%s", serial); in adb_commandline()1751 host_prefix = "host-usb"; in adb_commandline()1753 host_prefix = "host-local"; in adb_commandline()1755 host_prefix = "host"; in adb_commandline()1762 return adb_query_command(host_prefix + ":list-forward"); in adb_commandline()1765 cmd = host_prefix + ":killforward-all"; in adb_commandline()1769 cmd = host_prefix + ":killforward:" + argv[1]; in adb_commandline()1774 cmd = host_prefix + ":forward:norebind:" + argv[1] + ";" + argv[2]; in adb_commandline()[all …]