Home
last modified time | relevance | path

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

/system/core/adb/
Dsockets.cpp662 size_t ipv6_end = command.find_first_of(']'); in parse_host_service() local
663 if (ipv6_end != std::string::npos) { in parse_host_service()
664 consume(ipv6_end + 1); in parse_host_service()