Home
last modified time | relevance | path

Searched refs:whitelist_paths (Results 1 - 2 of 2) sorted by relevance

/third_party/libabigail/tests/
H A Dtest-symtab.cc37 const std::vector<std::string>& whitelist_paths = in read_corpus()
49 if (!whitelist_paths.empty()) in read_corpus()
53 whitelist_paths); in read_corpus()
98 const std::vector<std::string>& whitelist_paths = in assert_symbol_count()
103 read_corpus(path, corpus_ptr, whitelist_paths); in assert_symbol_count()
/third_party/libabigail/tools/
H A Dabipkgdiff.cc1896 /// @param whitelist_paths the vector where to add the whitelists
1904 vector<string>& whitelist_paths) in get_kabi_whitelists_from_arch_under_dir()
1915 maybe_collect_kabi_whitelists(entry, arch, whitelist_paths); in get_kabi_whitelists_from_arch_under_dir()
1965 vector<string> whitelist_paths; in maybe_handle_kabi_whitelist_pkg() local
1968 whitelist_paths); in maybe_handle_kabi_whitelist_pkg()
1970 if (!whitelist_paths.empty()) in maybe_handle_kabi_whitelist_pkg()
1972 std::sort(whitelist_paths.begin(), whitelist_paths.end()); in maybe_handle_kabi_whitelist_pkg()
1973 opts.kabi_whitelist_paths.push_back(whitelist_paths.back()); in maybe_handle_kabi_whitelist_pkg()
1902 get_kabi_whitelists_from_arch_under_dir(const string& dir, const string& arch, vector<string>& whitelist_paths) get_kabi_whitelists_from_arch_under_dir() argument

Completed in 5 milliseconds