Lines Matching defs:tmppath
504 tmppath = '.'.join((self.mnt_path(), str(os.getpid())))
505 self.traceit('in tmp_path: tmppath= ', tmppath)
506 return tmppath
513 tmppath = self.tmp_path()
514 self.traceit(' opening: tmppath= ', tmppath)
515 self.tmpfd = open(tmppath, 'w+')
562 tmppath = self.tmp_path()
564 if os.path.exists(tmppath):
565 os.unlink(tmppath)
634 tmppath = self.tmp_path()
644 self.print_msg(" Move temp: ", tmppath, " to ", mntpath)
645 os.rename(tmppath, mntpath)
695 tmppath = self.tmp_path()
707 os.unlink(tmppath)
719 self.print_msg(" Try legacy rename: ", tmppath, " to ", legacy)
721 os.rename(tmppath, legacy)