Home
last modified time | relevance | path

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

/external/libabigail/tests/
Dtest-diff-dwarf-abixml.cc29 const char* in_abi_path; member
61 string in_elf_path, in_abi_path, in main() local
67 in_abi_path = string(get_src_dir()) + "/tests/"+ s->in_abi_path; in main()
83 + in_elf_path + " " + in_abi_path; in main()
Dtest-read-dwarf.cc50 const char* in_abi_path; member
480 string in_elf_path, in_abi_path, in_suppr_spec_path, out_abi_path; in perform() local
504 if (!spec.in_abi_path && !spec.out_abi_path) in perform()
555 in_abi_path = in_abi_base + spec.in_abi_path; in perform()
556 cmd = "diff -u " + in_abi_path + " " + out_abi_path; in perform()
/external/libabigail/
DChangeLog4201 in_abi_path and out_abi_path as 'read only' test.