Home
last modified time | relevance | path

Searched refs:diffcmd (Results 1 – 3 of 3) sorted by relevance

/external/libabigail/tests/
Dtest-abicompat.cc212 abicompat_options, ref_report_path, out_report_path, abicompat, cmd, diffcmd; in main() local
258 diffcmd = "diff -u " + ref_report_path + " " + out_report_path; in main()
259 if (system(diffcmd.c_str())) in main()
Druntestfedabipkgdiff.py.in131 diffcmd = ['diff', '-u', reference_report_path, output_path]
132 return_code = subprocess.call(diffcmd)
/external/fonttools/MetaTools/
DroundTrip.py46 diffcmd = 'diff -U2 -I ".*modified value\|checkSumAdjustment.*" "%s" "%s"' % (xmlFile1, xmlFile2)
47 output = os.popen(diffcmd, "r", 1)