Home | History | Annotate | Download | only in adb

Lines Matching refs:port_str

989     char port_str[16];
990 snprintf(port_str, sizeof(port_str), "%d", port);
1001 if (getaddrinfo(host.c_str(), port_str, &hints, &addrinfo_ptr) != 0) {
1004 host.c_str(), port_str,
1033 *error = android::base::StringPrintf("cannot connect to %s:%s: %s", host.c_str(), port_str,
1036 port_str, error->c_str());