Searched refs:port_string (Results 1 - 1 of 1) sorted by relevance

/art/cmdline/
H A Dcmdline_types.h148 std::string port_string; local
153 port_string = value.substr(colon + 1);
155 port_string = value;
157 if (port_string.empty()) {
161 uint64_t port = strtoul(port_string.c_str(), &end, 10);

Completed in 35 milliseconds