Home
last modified time | relevance | path

Searched refs:ends_with (Results 1 – 6 of 6) 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.cpp739 if (ends_with(file, ".apk") in run_phases()
973 if (!(ends_with(filename, ".apk") in run_phases()
/frameworks/base/services/incremental/
Dpath.cpp63 if (!target.empty() && !target.ends_with('/')) { in append_next_path()
/frameworks/base/cmds/incidentd/src/
DWorkDirectory.cpp117 static bool ends_with(const string& str, const string& ending) { in ends_with() function
741 bool isEnvelope = ends_with(entryname, EXTENSION_ENVELOPE); in get_directory_contents_locked()
742 bool isData = ends_with(entryname, EXTENSION_DATA); in get_directory_contents_locked()
/frameworks/base/services/incremental/test/
DIncrementalServiceTest.cpp1050 arg.ends_with("/mount/st_1_0/" + dir_path); in TEST_F()
1075 arg.ends_with("/mount/st_1_0/" + dir_path); in TEST_F()