Searched defs:EndsWith (Results 1 – 3 of 3) sorted by relevance
317 TEST_F(UtilsTest, EndsWith) { in TEST_F() argument
945 bool EndsWith(const std::string& s, const char* suffix) { in EndsWith() function
85 static bool EndsWith(const std::string& str, const std::string& suffix) { in EndsWith() function in art::ImgDiagDumper