Home
last modified time | relevance | path

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

/external/libabigail/src/
Dabg-tools-utils.cc785 string_ends_with(const string& str, const string& suffix) in string_ends_with() function
1479 if (string_ends_with(file_path, ".tar") in guess_file_type()
1480 || string_ends_with(file_path, ".tar.gz") in guess_file_type()
1481 || string_ends_with(file_path, ".tgz") in guess_file_type()
1482 || string_ends_with(file_path, ".tar.bz2") in guess_file_type()
1483 || string_ends_with(file_path, ".tbz2") in guess_file_type()
1484 || string_ends_with(file_path, ".tbz") in guess_file_type()
1485 || string_ends_with(file_path, ".tb2") in guess_file_type()
1486 || string_ends_with(file_path, ".tar.xz") in guess_file_type()
1487 || string_ends_with(file_path, ".txz") in guess_file_type()
[all …]
/external/libabigail/include/
Dabg-tools-utils.h56 bool string_ends_with(const string&, const string&);
/external/libabigail/tools/
Dabipkgdiff.cc116 using abigail::tools_utils::string_ends_with;
1806 if (string_ends_with(path, kabi_whitelist_name)) in maybe_collect_kabi_whitelists()
2167 else if (opts.abignore && string_ends_with(path, ".abignore")) in maybe_update_package_content()
/external/libabigail/
DChangeLog15286 * src/abg-tools-utils.cc (string_ends_with): Call string::length
19173 Make string_ends_with() allow long suffixes
19174 * src/abg-tools-utils.cc (string_ends_with): Allow suffixes of the
19607 * src/abg-tools-utils.cc (string_ends_with): Handle the case where
19933 * include/abg-tools-utils.h (string_ends_with): Declare new
19936 * src/abg-tools-utils.cc (string_ends_with): Define new function.