Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dstring_view_cpp20.h34 inline bool EndsWith(std::string_view sv, std::string_view suffix) { in EndsWith() function
/aosp12/system/libbase/
H A Dstrings.cpp102 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith() function
106 bool EndsWith(std::string_view s, char suffix) { in EndsWith() function
/aosp12/build/soong/androidmk/parser/
H A Dmake_strings.go270 func (ms *MakeString) EndsWith(ch rune) bool { func
/aosp12/system/tools/hidl/host_utils/
H A DStringHelper.cpp197 bool StringHelper::EndsWith(const std::string &in, const std::string &suffix) { in EndsWith() function in android::StringHelper
/aosp12/system/iorap/src/inode2filename/
H A Dmain.cc130 bool EndsWith(std::string_view haystack, std::string_view needle) { in EndsWith() function
/aosp12/frameworks/base/tools/aapt2/util/
H A DUtil.cpp79 bool EndsWith(const StringPiece& str, const StringPiece& suffix) { in EndsWith() function