Home
last modified time | relevance | path

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

/system/core/adb/
Dsocket_test.cpp356 std::string serial_with_port = protocol + address + ":5555"; in TEST() local
358 VerifyParseHostService(serial_with_port + ":foo", serial_with_port, "foo"); in TEST()