Home
last modified time | relevance | path

Searched refs:diff_cmd (Results 1 – 11 of 11) sorted by relevance

/third_party/libabigail/tests/
Dtest-diff-filter.cc837 string diff_cmd; member
907 diff_cmd = cmd; in perform()
965 if (!t->diff_cmd.empty()) in main()
966 if (system(t->diff_cmd.c_str()) == -1) in main()
967 cerr << "execution of '" << t->diff_cmd << "' failed\n"; in main()
Dtest-read-write.cc255 string diff_cmd, error_message; member
338 diff_cmd = cmd; in perform()
394 if (!t->diff_cmd.empty()) in main()
395 if (system(t->diff_cmd.c_str()) == -1) in main()
396 cerr << "execution of '" << t->diff_cmd << "' failed\n"; in main()
Dtest-diff-dwarf-abixml.cc65 abidiff, cmd, diff_cmd, ref_diff_report_path, out_diff_report_path; in main() local
109 diff_cmd = "diff -u " + ref_diff_report_path in main()
111 if (system(diff_cmd.c_str())) in main()
Dtest-ini.cc89 string in_ini_path, in_reference_output_path, out_ini_path, cmd, diff_cmd; in main() local
127 diff_cmd = "diff -u " + in_reference_output_path + " " + out_ini_path; in main()
128 if (system(diff_cmd.c_str())) in main()
Dtest-diff-pkg.cc1100 string diff_cmd; member
1291 if (!t->diff_cmd.empty()) in main()
1292 if (system(t->diff_cmd.c_str()) == -1) in main()
1293 cerr << "execution of '" << t->diff_cmd << "' failed\n"; in main()
Dtest-annotate.cc180 string diff_cmd = in main() local
182 if (system(diff_cmd.c_str())) in main()
Dtest-lookup-syms.cc130 string diff_cmd = "diff -u " + ref_report_path + " "+ out_report_path; in main() local
131 if (system(diff_cmd.c_str())) in main()
Dtest-alt-dwarf-file.cc122 string diff_cmd = "diff -u " + ref_report_path + " " + out_report_path; in main() local
123 if (system(diff_cmd.c_str())) in main()
Dtest-abidiff-exit.cc505 in_suppression_path, abidiff_options, abidiff, cmd, diff_cmd, in main() local
580 diff_cmd = "diff -u " + ref_diff_report_path in main()
582 if (system(diff_cmd.c_str())) in main()
Dtest-diff-suppr.cc2145 const std::string diff_cmd = in perform() local
2147 if (system(diff_cmd.c_str())) in perform()
/third_party/mbedtls/scripts/
Dcode_style.py123 diff_cmd = ["diff", "-u", src_file, src_file + ".uncrustify"]
124 cp = subprocess.run(diff_cmd, check=False)