Searched refs:ends_with (Results 1 – 4 of 4) sorted by relevance
76 bool ends_with(const string& str, const string& suffix);
201 ends_with(const string& str, const string& suffix) in ends_with() function
737 if (starts_with(file, dataPath) && ends_with(file, ".apk")) { in run_phases()970 if (!starts_with(filename, dataPath) || !ends_with(filename, ".apk")) { in run_phases()
114 static bool ends_with(const string& str, const string& ending) { in ends_with() function712 bool isEnvelope = ends_with(entryname, EXTENSION_ENVELOPE); in get_directory_contents_locked()713 bool isData = ends_with(entryname, EXTENSION_DATA); in get_directory_contents_locked()