Searched refs:out_report_path (Results 1 - 10 of 10) sorted by relevance
/third_party/libabigail/tests/ |
H A D | test-annotate.cc | 24 const char* out_report_path; member 152 string in_elf_path, ref_report_path, out_report_path; in main() local 162 out_report_path = in main() 163 string(get_build_dir()) + "/tests/" + s->out_report_path; in main() 164 if (!ensure_parent_dir_created(out_report_path)) in main() 167 << out_report_path; in main() local 172 string cmd = abidw + " " + in_elf_path + " > " + out_report_path; in main() 181 "diff -w -u " + ref_report_path + " " + out_report_path; in main()
|
H A D | test-alt-dwarf-file.cc | 29 const char* out_report_path; member 92 string in_elf_path, ref_report_path, out_report_path, debug_info_dir; in main() local 103 out_report_path = in main() 104 string(get_build_dir()) + "/tests/" + s->out_report_path; in main() 105 if (!ensure_parent_dir_created(out_report_path)) in main() 108 << out_report_path; in main() local 114 + " " + abidw_options + " " + in_elf_path + " > " + out_report_path; in main() 122 string diff_cmd = "diff -u " + ref_report_path + " " + out_report_path; in main()
|
H A D | test-lookup-syms.cc | 30 const char* out_report_path; member 98 ref_report_path, out_report_path; in main() local 107 out_report_path = in main() 108 string(get_build_dir()) + "/tests/" + s->out_report_path; in main() 110 if (!ensure_parent_dir_created(out_report_path)) in main() 113 << out_report_path; in main() local 122 cmd += " > " + out_report_path; in main() 130 string diff_cmd = "diff -u " + ref_report_path + " "+ out_report_path; in main()
|
H A D | test-abicompat.cc | 40 const char* out_report_path; member 212 abicompat_options, ref_report_path, out_report_path, abicompat, cmd, diffcmd; in main() local 229 out_report_path = in main() 230 string(get_build_dir()) + "/tests/" + s->out_report_path; in main() 232 if (!ensure_parent_dir_created(out_report_path)) in main() 235 << out_report_path; in main() local 249 cmd += " > " + out_report_path; in main() 258 diffcmd = "diff -u " + ref_report_path + " " + out_report_path; in main()
|
H A D | test-diff-suppr.cc | 44 const char* out_report_path; member 2098 out_base_path + spec.out_report_path; in perform() 2192 if (!out_paths.insert(s->out_report_path).second) { in main() 2193 std::cerr << "Non-unique output path: " << s->out_report_path in main() 2231 std::cerr << "FAIL: test with output '" << t->spec.out_report_path in main()
|
H A D | test-diff-dwarf.cc | 39 const char* out_report_path; member 374 string(get_build_dir()) + "/tests/" + s->out_report_path; in main() 430 string(get_build_dir()) + "/tests/" + s->out_report_path; in main()
|
H A D | test-diff-dwarf-abixml.cc | 33 const char* out_report_path; member 75 string(get_build_dir()) + "/tests/" + s->out_report_path; in main()
|
H A D | test-diff-filter.cc | 41 const char* out_report_path; member 870 string(get_build_dir()) + "/tests/" + spec.out_report_path; in perform()
|
H A D | test-abidiff-exit.cc | 43 const char* out_report_path; member 528 out_diff_report_path = build_dir_prefix + s->out_report_path; in main()
|
H A D | test-diff-pkg.cc | 50 const char* out_report_path; member 1188 string(get_build_dir()) + "/tests/" + spec.out_report_path; in perform()
|
Completed in 9 milliseconds