Home
last modified time | relevance | path

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

/external/chromium_org/sync/engine/net/
Dserver_connection_manager.cc135 int stripped_end_pos = s.size(); in StripTrailingSlash() local
136 if (s.at(stripped_end_pos - 1) == '/') { in StripTrailingSlash()
137 stripped_end_pos = stripped_end_pos - 1; in StripTrailingSlash()
140 return s.substr(0, stripped_end_pos); in StripTrailingSlash()