Searched refs:diffcmd (Results 1 – 3 of 3) sorted by relevance
/external/libabigail/tests/ |
D | test-abicompat.cc | 212 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()
|
D | runtestfedabipkgdiff.py.in | 131 diffcmd = ['diff', '-u', reference_report_path, output_path] 132 return_code = subprocess.call(diffcmd)
|
/external/fonttools/MetaTools/ |
D | roundTrip.py | 46 diffcmd = 'diff -U2 -I ".*modified value\|checkSumAdjustment.*" "%s" "%s"' % (xmlFile1, xmlFile2) 47 output = os.popen(diffcmd, "r", 1)
|