Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsocket_test.cpp362 std::string serial_with_port = protocol + address + ":5555"; in TEST() local
364 VerifyParseHostService(serial_with_port + ":foo", serial_with_port, "foo"); in TEST()