Lines Matching refs:abi_file_path
675 /// @param abi_file_path the resulting ABI file path. This is set
680 /// the resulting ABI file path is set to the @p abi_file_path
684 string &abi_file_path) const
692 abi_file_path = abi_path;
1655 string abi_file_path;
1657 if (!opts.pkg1->create_abi_file_path(elf.path, abi_file_path))
1667 ofstream of(abi_file_path.c_str(), std::ios_base::trunc);
1676 << abi_file_path
1684 << abi_file_path << "'\n";
1695 << abi_file_path
1700 abigail::fe_iface_sptr rdr = abixml::create_reader(abi_file_path, env);
1706 << abi_file_path << "'\n";
1714 << abi_file_path
1724 << abi_file_path << "'\n";
1732 << abi_file_path
1744 << " '" << abi_file_path << "'...\n";