Home
last modified time | relevance | path

Searched refs:out_abi_path (Results 1 - 4 of 4) sorted by relevance

/third_party/libabigail/tests/
H A Dtest-read-common.h42 const char* out_abi_path; member
60 string out_abi_path; member
99 /// A setter for `out_abi_path` field.
100 /// The `out_abi_path` is the full path for output of abixml file.
101 /// @return true if `out_abi_path` is a valid directory.
105 if (!spec.out_abi_path) in set_out_abi_path()
109 out_abi_path = out_abi_base + spec.out_abi_path; in set_out_abi_path()
110 if (!abigail::tools_utils::ensure_parent_dir_created(out_abi_path)) in set_out_abi_path()
113 string("Could not create parent directory for ") + out_abi_path; in set_out_abi_path()
[all...]
H A Dtest-read-common.cc55 /// Serialize the abixml @p out_abi_path file.
57 /// @param out_abi_path the abixml path file.
62 /// `error_message` is set with @p out_abi_path and false is returned.
64 test_task::serialize_corpus(const string& out_abi_path, in serialize_corpus() argument
67 ofstream of(out_abi_path.c_str(), std::ios_base::trunc); in serialize_corpus()
70 error_message = string("failed to read ") + out_abi_path + "\n"; in serialize_corpus()
111 + out_abi_path in run_abidw()
133 string cmd = "diff -u " + in_abi_path + " " + out_abi_path; in run_diff()
139 + out_abi_path in run_diff()
H A Dtest-read-ctf.cc457 if (!spec.in_abi_path && !spec.out_abi_path) in perform()
477 if (!(is_ok = serialize_corpus(out_abi_path, corp))) in perform()
H A Dtest-read-dwarf.cc640 +" > " + out_abi_path; in perform()

Completed in 2 milliseconds