Home
last modified time | relevance | path

Searched refs:tempfilename (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/
Diomenu.py306 tempfilename = None
312 (tfd, tempfilename) = tempfile.mkstemp(prefix='IDLE_tmp_')
313 filename = tempfilename
315 if not self.writefile(tempfilename):
316 os.unlink(tempfilename)
343 if tempfilename:
344 os.unlink(tempfilename)
/third_party/boost/libs/serialization/test/
Dtest_tools.hpp145 boost::filesystem::path tempfilename = in tmpnam() local
147 boost::filesystem::path temp = tempdir / tempfilename; in tmpnam()