Searched refs:ends_with (Results 1 – 3 of 3) 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
681 if (starts_with(file, dataPath) && ends_with(file, ".apk")) { in run_phases()801 if (!ends_with(filename, ".apk")) { in run_phases()