Home
last modified time | relevance | path

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

/external/libabigail/tests/
Dtest-diff-filter.cc830 string diff_cmd; member
900 diff_cmd = cmd; in perform()
955 if (!t->diff_cmd.empty()) in main()
956 if (system(t->diff_cmd.c_str()) == -1) in main()
957 cerr << "execution of '" << t->diff_cmd << "' failed\n"; in main()
Dtest-read-write.cc258 string diff_cmd, error_message; member
341 diff_cmd = cmd; in perform()
397 if (!t->diff_cmd.empty()) in main()
398 if (system(t->diff_cmd.c_str()) == -1) in main()
399 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.cc779 string diff_cmd; member
970 if (!t->diff_cmd.empty()) in main()
971 if (system(t->diff_cmd.c_str()) == -1) in main()
972 cerr << "execution of '" << t->diff_cmd << "' failed\n"; in main()
Dtest-annotate.cc175 string diff_cmd = in main() local
177 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.cc101 string diff_cmd = "diff -u " + ref_report_path + " " + out_report_path; in main() local
102 if (system(diff_cmd.c_str())) in main()
Dtest-abidiff-exit.cc483 in_suppression_path, abidiff_options, abidiff, cmd, diff_cmd, in main() local
558 diff_cmd = "diff -u " + ref_diff_report_path in main()
560 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()
/external/libaom/tools/
Dlint-hunks.py87 diff_cmd = DIFF_CMD + [args[0] + "^!"]
89 diff_cmd = DIFF_INDEX_CMD
98 p = Subprocess(diff_cmd, stdout=subprocess.PIPE, text=True)
/external/libvpx/tools/
Dlint-hunks.py85 diff_cmd = DIFF_CMD + [args[0] + "^!"]
87 diff_cmd = DIFF_INDEX_CMD
96 p = Subprocess(diff_cmd, stdout=subprocess.PIPE, text=True)
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dbtf_dump.c50 char test_file[256], out_file[256], diff_cmd[1024]; in test_btf_dump_case() local
110 snprintf(diff_cmd, sizeof(diff_cmd), in test_btf_dump_case()
116 err = system(diff_cmd); in test_btf_dump_case()
119 out_file, err, diff_cmd)) in test_btf_dump_case()
/external/cronet/build/skia_gold_common/
Dskia_gold_session.py406 diff_cmd = [
422 rc, stdout = self._RunCmdForRcAndOutput(diff_cmd)
/external/angle/build/skia_gold_common/
Dskia_gold_session.py409 diff_cmd = [
425 rc, stdout = self._RunCmdForRcAndOutput(diff_cmd)