Home | History | Annotate | Download | only in base

Lines Matching refs:idx

262   size_t idx = url_path.find_last_of('/');
265 if (idx == 0 || idx == std::string::npos)
269 return url_path.substr(0, idx);