Home | History | Annotate | Download | only in base

Lines Matching defs:EndsWith

383 bool EndsWith(const std::string& a, const std::string& b) {
492 while (!EndsWith(it->Name(), extension)) {