Home | History | Annotate | Download | only in tools

Lines Matching full:diff

136         """Difference routine based on git diff"""
138 subprocess.check_output(['git', 'diff', '--no-index', file_origin, file_probe])
160 ## comparison by git diff ##
167 ## storing git diff ##
179 """Print summary list of headers and write diff-report to file"""
195 diff = self.diffs[arch][root][include]
196 diff_fd.write(diff)
224 diff-report format:
225 git diff output for all headers
226 use --diff option to specify filename
232 parser.add_argument('--diff', metavar = 'FILE', nargs = 1,
233 default = ['headers-diff-bionic-vs-ndk.diff'],
234 help = 'diff-report filename\n(default: `bionic-vs-sysincludes_report.diff\')')
242 app.diff_file = args.diff[0]