Lines Matching defs:const

223   options(const string& program_name)
269 get_interesting_files_under_dir(const string dir,
270 const string& file_name_to_look_for,
291 elf_file(const string& path)
373 package(const string& path,
374 const string& dir,
389 const string&
390 path() const
397 path(const string& s)
404 base_name() const
416 static const string&
424 const string&
425 extracted_dir_path() const
433 extracted_dir_path(const string& p)
440 const string&
441 common_paths_prefix() const
458 common_paths_prefix(const string& p)
465 type() const
478 get_kind() const
491 const map<string, elf_file_sptr>&
492 path_elf_file_sptr_map() const
511 const vector<package_sptr>&
512 debug_info_packages() const
537 debug_info_packages(const vector<package_sptr> &p)
543 const package_sptr&
544 devel_package() const
551 devel_package(const package_sptr& p)
557 const package_sptr
558 kabi_whitelist_package() const
565 kabi_whitelist_package(const package_sptr& p)
571 const vector<string>&
572 elf_file_paths() const
589 const set<string>&
590 public_dso_sonames() const
622 convert_path_to_relative(const string& path, string& converted_path) const
643 convert_path_to_unique_suffix(const string& path,
644 string& converted_path) const
683 create_abi_file_path(const string &elf_file_path,
684 string &abi_file_path) const
701 erase_extraction_directory(const options &opts) const
732 erase_extraction_directories(const options &opts) const
747 const elf_file elf1;
748 const string& debug_dir1;
749 const suppressions_type private_types_suppr1;
750 const elf_file elf2;
751 const string& debug_dir2;
752 const suppressions_type private_types_suppr2;
753 const options& opts;
769 compare_args(const elf_file &elf1, const string& debug_dir1,
770 const suppressions_type& priv_types_suppr1,
771 const elf_file &elf2, const string& debug_dir2,
772 const suppressions_type& priv_types_suppr2,
773 const options& opts)
785 static bool extract_package_and_map_its_content(const package_sptr &pkg,
793 const string&
805 const char *cachedir = getenv("XDG_CACHE_HOME");
811 const char* s = getenv("HOME");
849 display_usage(const string& prog_name, ostream& out)
927 extract_rpm(const string& package_path,
928 const string& extracted_package_dir_path,
929 const options &opts)
972 extract_deb(const string& package_path,
973 const string& extracted_package_dir_path,
974 const options &opts)
1015 extract_tar(const string& package_path,
1016 const string& extracted_package_dir_path,
1017 const options &opts)
1064 erase_created_temporary_directories(const package& first_package,
1065 const package& second_package,
1066 const options &opts)
1075 erase_created_temporary_directories_parent(const options &opts)
1102 extract_package(const package& package,
1103 const options &opts)
1177 maybe_check_suppression_files(const options& opts)
1202 const options& opts)
1242 set_generic_options(abigail::elf_based_reader& rdr, const options& opts)
1282 compare(const elf_file& elf1,
1283 const string& debug_dir1,
1284 const suppressions_type& priv_types_supprs1,
1285 const elf_file& elf2,
1286 const string& debug_dir2,
1287 const suppressions_type& priv_types_supprs2,
1288 const options& opts,
1586 compare_to_self(const elf_file& elf,
1587 const string& debug_dir,
1588 const options& opts,
1670 const abigail::xml_writer::write_context_sptr c =
1785 create_private_types_suppressions(const package& pkg, const options &opts)
1831 maybe_create_public_dso_sonames_set(package& pkg, const options &opts)
1870 maybe_collect_kabi_whitelists(const FTSENT *entry,
1871 const string arch,
1902 get_kabi_whitelists_from_arch_under_dir(const string& dir,
1903 const string& arch,
1936 maybe_handle_kabi_whitelist_pkg(const package& pkg, options &opts)
1993 const options &opts;
1996 pkg_extraction_task(const package_sptr &p, const options &o)
2000 pkg_extraction_task(const vector<package_sptr> &packages, const options &o)
2066 compare_task(const compare_args_sptr& a)
2140 self_compare_task(const compare_args_sptr& a)
2229 maybe_update_package_content(const FTSENT *entry,
2231 const string& file_name_to_look_for,
2273 get_interesting_files_under_dir(const string dir,
2274 const string& file_name_to_look_for,
2493 extract_package_and_map_its_content(const package_sptr &pkg, options &opts)
2626 elf_size_is_greater(const task_sptr &task1,
2627 const task_sptr &task2)
2668 operator()(const task_sptr& task_done)