Searched refs:ends_with (Results 1 – 6 of 6) 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
739 if (ends_with(file, ".apk") in run_phases()973 if (!(ends_with(filename, ".apk") in run_phases()
63 if (!target.empty() && !target.ends_with('/')) { in append_next_path()
117 static bool ends_with(const string& str, const string& ending) { in ends_with() function741 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()
1050 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()