Searched refs:ref_report_path (Results 1 – 5 of 5) sorted by relevance
/external/libabigail/tests/ |
D | test-annotate.cc | 147 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()
|
D | test-lookup-syms.cc | 98 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()
|
D | test-alt-dwarf-file.cc | 71 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()
|
D | test-abicompat.cc | 212 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()
|
D | test-diff-pkg.cc | 49 const char* ref_report_path; member 865 string(get_src_dir()) + "/tests/" + spec.ref_report_path; in perform()
|