Searched refs:host_prefix (Results 1 – 1 of 1) sorted by relevance
1882 std::string host_prefix; in adb_commandline() local1884 host_prefix = "reverse:"; in adb_commandline()1886 host_prefix = "host:"; in adb_commandline()1892 return adb_query_command(host_prefix + "list-forward"); in adb_commandline()1918 unique_fd fd(adb_connect(nullptr, host_prefix + cmd, &error_message, true)); in adb_commandline()