Home
last modified time | relevance | path

Searched defs:EndsWith (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/src/utils/
Dstring_utils_test.cpp44 TEST(StringUtilsTest, EndsWith) { in TEST() argument
Dstring_utils.cpp46 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith() function