Lines Matching defs:const
82 const char*
89 static __thread const char* system_libdir(ABIGAIL_ROOT_SYSTEM_LIBDIR);
236 timer::value_in_seconds() const
257 time_t& milliseconds) const
280 timer::value_as_string() const
319 operator<<(ostream& o, const timer& t)
335 get_stat(const string& path,
345 file_exists(const string& path)
358 dir_exists(const string &path)
365 dir_is_empty(const string &path)
391 is_regular_file(const string& path)
416 dir_contains_ctf_archive(const string& directory,
417 const string& archive_prefix)
440 file_has_dwarf_debug_info(const string& elf_file_path,
441 const vector<char**>& debug_info_root_paths)
476 file_has_ctf_debug_info(const string& elf_file_path,
477 const vector<char**>& debug_info_root_paths)
500 for (const auto& path : debug_info_root_paths)
514 is_dir(const string& path)
531 static const char* ANONYMOUS_STRUCT_INTERNAL_NAME = "__anonymous_struct__";
532 static const char* ANONYMOUS_UNION_INTERNAL_NAME = "__anonymous_union__";
533 static const char* ANONYMOUS_ENUM_INTERNAL_NAME = "__anonymous_enum__";
547 const char*
554 const char*
561 const char*
597 decl_names_equal(const string& l, const string& r)
600 const string::size_type l_length = l.length(), r_length = r.length();
653 maybe_get_symlink_target_file_path(const string& file_path,
687 dir_name(string const& path,
716 base_name(string const &path,
741 real_path(const string&path, string& result)
763 ensure_dir_path_created(const string& dir_path)
793 ensure_parent_dir_created(const string& path)
819 emit_prefix(const string& prog_name, ostream& out)
834 check_file(const string& path, ostream& out, const string& prog_name)
862 check_dir(const string& path, ostream& out, const string& prog_name)
887 string_ends_with(const string& str, const string& suffix)
904 string_begins_with(const string& str, const string& prefix)
925 string_is_ascii(const string& str)
950 string_is_ascii_identifier(const string& str)
978 split_string(const string& input_string,
979 const string& delims,
1028 string_suffix(const string& input_string,
1029 const string& prefix,
1058 common_prefix(const string& s1, const string& s2, string &result)
1165 execute_command_and_get_output(const string& cmd, vector<string>& lines)
1212 get_dsos_provided_by_rpm(const string& rpm_path, set<string>& provided_dsos)
1241 trim_white_space(const string& str)
1277 trim_leading_string(const string& from, const string& to_trim)
1292 convert_char_stars_to_char_star_stars(const vector<char*> &char_stars,
1310 const char* templat = "/tmp/libabigail-tmp-file-XXXXXX";
1350 temp_file::is_good() const
1357 const char*
1358 temp_file::get_path() const
1479 const unsigned BUF_LEN = 264;
1480 const unsigned NB_BYTES_TO_READ = 263;
1588 guess_file_type(const string& file_path)
1626 get_deb_name(const string& str, string& name)
1656 get_rpm_name(const string& str, string& name)
1690 get_rpm_arch(const string& str, string& arch)
1743 file_is_kernel_package(const string& file_name, file_type file_type)
1773 file_is_kernel_debuginfo_package(const string& file_name, file_type file_type)
1817 make_path_absolute(const char*p)
1848 make_path_absolute_to_be_freed(const char*p)
1881 handle_file_entry(const string& file_path,
1915 handle_fts_entry(const FTSENT *entry,
1948 gen_suppr_spec_from_headers_root_dir(const string& headers_root_dir,
1980 gen_suppr_spec_from_headers(const vector<string>& headers_root_dirs,
1981 const vector<string>& header_files)
2012 gen_suppr_spec_from_headers(const string& headers_root_dir,
2013 const vector<string>& header_files)
2034 gen_suppr_spec_from_headers(const string& headers_root_dir)
2068 (const std::vector<std::string>& abi_whitelist_paths)
2083 const ini::config::sections_type& whitelist_sections =
2101 if (const simple_property_sptr& prop =
2105 const std::string& name = prop->get_name();
2124 const std::string regex = regex::generate_from_strings(whitelisted_names);
2159 const char *s = getenv("LIBABIGAIL_DEFAULT_SYSTEM_SUPPRESSION_FILE");
2177 const char *s = getenv("LIBABIGAIL_DEFAULT_USER_SUPPRESSION_FILE");
2237 entry_of_file_with_name(const FTSENT *entry,
2238 const string& fname)
2263 find_file_under_dir(const string& root_dir,
2264 const string& file_path_to_look_for,
2325 const suppressions_type& wl_suppr =
2341 is_vmlinux(const FTSENT *entry)
2371 is_kernel_module(const FTSENT *entry)
2401 find_vmlinux_and_module_paths(const string& from,
2444 find_vmlinux_path(const string& from,
2494 get_binary_paths_from_kernel_dist(const string& dist_root,
2495 const string& debug_info_root_path,
2544 get_vmlinux_path_from_kernel_dist(const string& from,
2580 get_binary_paths_from_kernel_dist(const string& dist_root,
2631 const string& vmlinux,
2633 const string& root,
2748 build_corpus_group_from_kernel_dist_under(const string& root,
2749 const string debug_info_root,
2750 const string& vmlinux_path,
2837 create_best_elf_based_reader(const string& elf_file_path,
2838 const vector<char**>& debug_info_root_paths,