Home
last modified time | relevance | path

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

/art/tools/
Dtest_presubmit.py87 def get_reference_file(changed_file, tool_dict): argument
91 return tool_dict['interesting_to_reference_file'](changed_file, tool_dict['reference_files'])
93 def run_diff(changed_file, tool_dict, original_file): argument
94 ref_file = get_reference_file(changed_file, tool_dict)