Home
last modified time | relevance | path

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

/frameworks/base/tools/bit/
Dutil.h76 bool ends_with(const string& str, const string& suffix);
Dutil.cpp201 ends_with(const string& str, const string& suffix) in ends_with() function
Dmain.cpp737 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()
/frameworks/base/cmds/incidentd/src/
DWorkDirectory.cpp114 static bool ends_with(const string& str, const string& ending) { in ends_with() function
712 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()