Searched refs:new_file_path (Results 1 – 1 of 1) sorted by relevance
294 new_file_path = pathlib.Path(dircmp.right, file)295 self._diff_files(old_file_path, new_file_path)297 def _diff_files(self, old_file_path, new_file_path): argument300 new_file_stat = FileStat(new_file_path)301 common_name = str(new_file_path)[self._new_dir_prefix_len:]309 with open(new_file_path, encoding='utf-8') as f2:314 new_file_path.name))321 old_file_path, new_file_path))