Home | History | Annotate | Download | only in test

Lines Matching refs:dst_file

668         self.dst_file = os.path.join(self.dst_dir, filename)
705 self._check_move_file(self.src_file, self.dst_file, self.dst_file)
709 self._check_move_file(self.src_file, self.dst_dir, self.dst_file)
772 with open(self.dst_file, "wb"):