Searched refs:tempfilename (Results 1 – 2 of 2) sorted by relevance
306 tempfilename = None312 (tfd, tempfilename) = tempfile.mkstemp(prefix='IDLE_tmp_')313 filename = tempfilename315 if not self.writefile(tempfilename):316 os.unlink(tempfilename)343 if tempfilename:344 os.unlink(tempfilename)
145 boost::filesystem::path tempfilename = in tmpnam() local147 boost::filesystem::path temp = tempdir / tempfilename; in tmpnam()