Home
last modified time | relevance | path

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

/third_party/libabigail/src/
Dabg-tools-utils.cc887 string_ends_with(const string& str, const string& suffix) in string_ends_with() function
1593 if (string_ends_with(file_path, ".tar") in guess_file_type()
1594 || string_ends_with(file_path, ".tar.gz") in guess_file_type()
1595 || string_ends_with(file_path, ".tgz") in guess_file_type()
1596 || string_ends_with(file_path, ".tar.bz2") in guess_file_type()
1597 || string_ends_with(file_path, ".tbz2") in guess_file_type()
1598 || string_ends_with(file_path, ".tbz") in guess_file_type()
1599 || string_ends_with(file_path, ".tb2") in guess_file_type()
1600 || string_ends_with(file_path, ".tar.xz") in guess_file_type()
1601 || string_ends_with(file_path, ".txz") in guess_file_type()
[all …]
/third_party/libabigail/include/
Dabg-tools-utils.h61 bool string_ends_with(const string&, const string&);
/third_party/libabigail/tools/
Dabipkgdiff.cc120 using abigail::tools_utils::string_ends_with;
1885 if (string_ends_with(path, kabi_whitelist_name)) in maybe_collect_kabi_whitelists()
2254 else if (opts.abignore && string_ends_with(path, ".abignore")) in maybe_update_package_content()
/third_party/libabigail/
DChangeLog3381 call `string_ends_with' by `basename'.
23700 * src/abg-tools-utils.cc (string_ends_with): Call string::length
27587 Make string_ends_with() allow long suffixes
27588 * src/abg-tools-utils.cc (string_ends_with): Allow suffixes of the
28021 * src/abg-tools-utils.cc (string_ends_with): Handle the case where
28347 * include/abg-tools-utils.h (string_ends_with): Declare new
28350 * src/abg-tools-utils.cc (string_ends_with): Define new function.