Searched refs:changed_files (Results 1 – 4 of 4) sorted by relevance
/third_party/cef/tools/cefbuilds/ |
D | cef_json_builder_example.py | 135 changed_files = [] variable 139 changed_files.append(file) 141 if len(changed_files) > 0: 148 for file in changed_files:
|
/third_party/nghttp2/ |
D | git-clang-format | 156 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 160 for filename in changed_files: 428 changed_files = run('git', 'diff-tree', '-r', '-z', '--name-only', old_tree, 431 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files) 451 return changed_files
|
/third_party/flutter/skia/third_party/externals/dawn/scripts/ |
D | git-clang-format | 175 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 179 for filename in changed_files: 497 changed_files = run('git', 'diff-tree', '--diff-filter=M', '-r', '-z', 501 unstaged_files = run('git', 'diff-files', '--name-status', *changed_files) 521 return changed_files
|
/third_party/python/Tools/scripts/ |
D | patchcheck.py | 119 def changed_files(base_branch=None): function 253 file_paths = changed_files(base_branch) 271 file_paths = changed_files(base_branch)
|