Searched refs:diff_cmd (Results 1 – 15 of 15) sorted by relevance
/external/libabigail/tests/ |
D | test-diff-filter.cc | 830 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()
|
D | test-read-write.cc | 258 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()
|
D | test-diff-dwarf-abixml.cc | 65 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()
|
D | test-ini.cc | 89 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()
|
D | test-diff-pkg.cc | 779 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()
|
D | test-annotate.cc | 175 string diff_cmd = in main() local 177 if (system(diff_cmd.c_str())) in main()
|
D | test-lookup-syms.cc | 130 string diff_cmd = "diff -u " + ref_report_path + " "+ out_report_path; in main() local 131 if (system(diff_cmd.c_str())) in main()
|
D | test-alt-dwarf-file.cc | 101 string diff_cmd = "diff -u " + ref_report_path + " " + out_report_path; in main() local 102 if (system(diff_cmd.c_str())) in main()
|
D | test-abidiff-exit.cc | 483 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()
|
D | test-diff-suppr.cc | 2145 const std::string diff_cmd = in perform() local 2147 if (system(diff_cmd.c_str())) in perform()
|
/external/libaom/tools/ |
D | lint-hunks.py | 87 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/ |
D | lint-hunks.py | 85 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/ |
D | btf_dump.c | 50 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/ |
D | skia_gold_session.py | 406 diff_cmd = [ 422 rc, stdout = self._RunCmdForRcAndOutput(diff_cmd)
|
/external/angle/build/skia_gold_common/ |
D | skia_gold_session.py | 409 diff_cmd = [ 425 rc, stdout = self._RunCmdForRcAndOutput(diff_cmd)
|