Home
last modified time | relevance | path

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

/external/libabigail/tests/
Dtest-annotate.cc147 string in_elf_path, ref_report_path, out_report_path; in main() local
156 ref_report_path = string(get_src_dir()) + "/tests/" + s->in_report_path; in main()
176 "diff -w -u " + ref_report_path + " " + out_report_path; in main()
Dtest-lookup-syms.cc98 ref_report_path, out_report_path; in main() local
106 ref_report_path = string(get_src_dir()) + "/tests/" + s->in_report_path; in main()
130 string diff_cmd = "diff -u " + ref_report_path + " "+ out_report_path; in main()
Dtest-alt-dwarf-file.cc71 string in_elf_path, ref_report_path, out_report_path, debug_info_dir; in main() local
81 ref_report_path = string(get_src_dir()) + "/tests/" + s->in_report_path; in main()
101 string diff_cmd = "diff -u " + ref_report_path + " " + out_report_path; in main()
Dtest-abicompat.cc212 abicompat_options, ref_report_path, out_report_path, abicompat, cmd, diffcmd; in main() local
228 ref_report_path = string(get_src_dir()) + "/tests/" + s->in_report_path; in main()
258 diffcmd = "diff -u " + ref_report_path + " " + out_report_path; in main()
Dtest-diff-pkg.cc49 const char* ref_report_path; member
865 string(get_src_dir()) + "/tests/" + spec.ref_report_path; in perform()