Home | History | Annotate | Download | only in utils

Lines Matching refs:dest_file

450             dest_file = os.path.basename(filename)
451 logger.debug("pull_file {} {}".format(filename, dest_file))
461 dest_file))
463 self._gem5_shell("ls -la {}".format(dest_file))
465 self._gem5_util("writefile {}".format(dest_file))
469 dest_file)):
473 if os.path.exists(os.path.join(dest, dest_file)):
476 .format(dest_file))
478 shutil.move(os.path.join(self.gem5_out_dir, dest_file), dest)