Home
last modified time | relevance | path

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

/external/libabigail/tools/
Dabipkgdiff.cc667 string &abi_file_path) const in create_abi_file_path()
677 abi_file_path = abi_path; in create_abi_file_path()
1577 string abi_file_path; in compare_to_self() local
1579 if (!opts.pkg1->create_abi_file_path(elf.path, abi_file_path)) in compare_to_self()
1587 ofstream of(abi_file_path.c_str(), std::ios_base::trunc); in compare_to_self()
1596 << abi_file_path in compare_to_self()
1604 << abi_file_path << "'\n"; in compare_to_self()
1615 << abi_file_path in compare_to_self()
1621 abigail::xml_reader::create_native_xml_read_context(abi_file_path, in compare_to_self()
1628 << abi_file_path << "'\n"; in compare_to_self()
[all …]