Home | History | Annotate | Download | only in pyautolib

Lines Matching refs:tempdir

2981     tempdir = tempfile.mkdtemp()
2983 os.chmod(tempdir, 0777)
2984 filename = os.path.join(tempdir, 'content.html')
2997 shutil.rmtree(tempdir, ignore_errors=True)