Lines Matching refs:tmp_dir
373 def setup_dirs(self, results_dir, tmp_dir):374 if not tmp_dir:375 tmp_dir = os.path.join(self.tmpdir, 'build')376 if not os.path.exists(tmp_dir):377 os.mkdir(tmp_dir)378 if not os.path.isdir(tmp_dir):396 return (results_dir, tmp_dir)