Searched defs:EndsWith (Results 1 - 3 of 3) sorted by relevance

/system/core/base/
H A Dstrings.cpp93 bool EndsWith(const std::string& s, const char* suffix) { function in namespace:android::base
/system/core/include/ziparchive/
H A Dzip_archive.h59 bool EndsWith(const ZipString& suffix) const { function in struct:ZipString
/system/tools/aidl/
H A Doptions.cpp140 if (!EndsWith(options->input_file_name_, ".aidl")) {
238 if (!EndsWith(options->input_file_name_, ".aidl")) {
246 bool EndsWith(const string& str, const string& suffix) { function in namespace:android::aidl
257 if (!EndsWith(*str, old_suffix)) return false;

Completed in 5079 milliseconds