Home
last modified time | relevance | path

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

/system/libbase/
Dstrings.cpp103 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith() function
107 bool EndsWith(std::string_view s, char suffix) { in EndsWith() function
/system/tools/hidl/host_utils/
DStringHelper.cpp197 bool StringHelper::EndsWith(const std::string &in, const std::string &suffix) { in EndsWith() function in android::StringHelper