Lines Matching refs:string_ends_with
785 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()
1488 || string_ends_with(file_path, ".tar.lzma") in guess_file_type()
1489 || string_ends_with(file_path, ".tar.lz") in guess_file_type()
1490 || string_ends_with(file_path, ".tlz") in guess_file_type()
1491 || string_ends_with(file_path, ".tar.Z") in guess_file_type()
1492 || string_ends_with(file_path, ".taz") in guess_file_type()
1493 || string_ends_with(file_path, ".tz")) in guess_file_type()
1581 if (!string_ends_with(str, ".rpm")) in get_rpm_arch()
1675 && (string_ends_with(package_name, "-dbg") in file_is_kernel_debuginfo_package()
1676 || string_ends_with(package_name, "-dbgsyms"))); in file_is_kernel_debuginfo_package()
1813 if (string_ends_with(fname, ".h") in handle_fts_entry()
1814 || string_ends_with(fname, ".hpp") in handle_fts_entry()
1815 || string_ends_with(fname, ".hxx")) in handle_fts_entry()
1979 if (!string_ends_with(section_name, "symbol_list") in gen_suppr_spec_from_kernel_abi_whitelists()
1980 && !string_ends_with(section_name, "whitelist")) in gen_suppr_spec_from_kernel_abi_whitelists()
2134 if (string_ends_with(fpath, fname)) in entry_of_file_with_name()
2242 if (string_ends_with(dirname, "compressed")) in is_vmlinux()
2267 if (string_ends_with(fname, ".ko") in is_kernel_module()
2268 || string_ends_with(fname, ".ko.xz") in is_kernel_module()
2269 || string_ends_with(fname, ".ko.gz")) in is_kernel_module()