Home
last modified time | relevance | path

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

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