Home
last modified time | relevance | path

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

/external/chromium_org/sync/tools/testserver/
Drun_sync_testserver.cc60 int port_int = 0; in GetPortFromSwitch() local
63 if (!base::StringToInt(port_str, &port_int)) { in GetPortFromSwitch()
67 *port = static_cast<uint16>(port_int); in GetPortFromSwitch()