Home | History | Annotate | Download | only in runtime

Lines Matching defs:EndsWith

977 bool EndsWith(const std::string& s, const char* suffix) {
1261 if (!EndsWith(location, ".dex") && !EndsWith(location, ".art") && !EndsWith(location, ".oat")) {