Home | History | Annotate | Download | only in test

Lines Matching full:tmpname

1953         tmpname = os.path.join(self._dir, "tmp", filename)
1955 with open(tmpname, "w") as fp:
1956 self._msgfiles.append(tmpname)
1961 os.link(tmpname, newname)
1966 return tmpname