Lines Matching defs:TEMPDIR
220 TEMPDIR = os.path.abspath(tempfile.gettempdir())1545 TEMPDIR = os.path.abspath('build')1546 if not os.path.exists(TEMPDIR):1547 os.mkdir(TEMPDIR)1554 TESTCWD = os.path.join(TEMPDIR, TESTCWD)