Home
last modified time | relevance | path

Searched refs:ends_with (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/bit/
Dutil.h76 bool ends_with(const string& str, const string& suffix);
Dutil.cpp202 ends_with(const string& str, const string& suffix) in ends_with() function
Dmain.cpp672 if (starts_with(file, dataPath) && ends_with(file, ".apk")) { in run_phases()
792 if (!ends_with(filename, ".apk")) { in run_phases()