Home | History | Annotate | Download | only in adb

Lines Matching refs:port_str

848     char port_str[16];
849 snprintf(port_str, sizeof(port_str), "%d", port);
860 if (getaddrinfo(host.c_str(), port_str, &hints, &addrinfo_ptr) != 0) {
863 host.c_str(), port_str,
892 *error = android::base::StringPrintf("cannot connect to %s:%s: %s", host.c_str(), port_str,
895 port_str, error->c_str());