Home
last modified time | relevance | path

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

/tools/aadevtools/dev/
Dchange_report.py293 old_file_path = pathlib.Path(dircmp.left, file)
295 self._diff_files(old_file_path, new_file_path)
297 def _diff_files(self, old_file_path, new_file_path): argument
299 old_file_stat = FileStat(old_file_path)
306 with open(old_file_path, encoding='utf-8') as f1:
313 difflib.context_diff(old_lines, new_lines, old_file_path.name,
321 old_file_path, new_file_path))