Home
last modified time | relevance | path

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

/third_party/libabigail/tests/
Dtest-diff-dwarf-abixml.cc31 const char* in_abi_path; member
64 string in_elf_path, in_abi_path, in main() local
71 in_abi_path = string(get_src_dir()) + "/tests/"+ s->in_abi_path; in main()
87 + in_elf_path + " " + in_abi_path; in main()
Dtest-read-common.h41 const char* in_abi_path; member
57 string in_abi_path; member
124 in_abi_path = in_abi_base + spec.in_abi_path; in set_in_abi_path()
Dtest-read-common.cc109 + in_abi_path in run_abidw()
133 string cmd = "diff -u " + in_abi_path + " " + out_abi_path; in run_diff()
137 + in_abi_path in run_diff()
Dtest-read-ctf.cc457 if (!spec.in_abi_path && !spec.out_abi_path) in perform()
/third_party/libabigail/
DChangeLog12615 in_abi_path and out_abi_path as 'read only' test.