Searched refs:ends_with (Results 1 – 11 of 11) sorted by relevance
78 bool ends_with(const string& str, const string& suffix);
201 ends_with(const string& str, const string& suffix) in ends_with() function
775 if (ends_with(file, ".apk") in run_phases()1009 if (!(ends_with(filename, ".apk") in run_phases()
96 code_name.ends_with(sPrivacySandboxSuffix)) { in GetDevelopmentSdkCodeNameVersion()
64 if (!target.empty() && !target.ends_with('/')) { in append_next_path()
117 static bool ends_with(const string& str, const string& ending) { in ends_with() function747 bool isEnvelope = ends_with(entryname, EXTENSION_ENVELOPE); in get_directory_contents_locked()748 bool isData = ends_with(entryname, EXTENSION_DATA); in get_directory_contents_locked()
137 using std::string_view::ends_with;
322 if (filename.ends_with(".png")) { in main()
1758 arg.ends_with("/mount/st_1_0/" + dir_path); in TEST_F()1778 arg.ends_with("/mount/st_1_0/" + dir_path); in TEST_F()
2768 if (it->Next()->GetSource().path.ends_with(".bc")) { in Extract()
246 return (path.size() > suffixFrro.size() && path.ends_with(suffixFrro)) in IsFabricatedOverlayName()247 || (path.size() > suffixIdmap.size() && path.ends_with(suffixIdmap)); in IsFabricatedOverlayName()