Lines Matching refs:join
294 with open(os.path.join(self.outputdir, 'stdout'), 'w') as out:
298 with open(os.path.join(self.outputdir, 'stderr'), 'w') as err:
302 with open(os.path.join(self.outputdir, 'merged'), 'w') as merged:
357 odir = os.path.join(self.outputdir, os.path.basename(self.pre))
362 odir = os.path.join(self.outputdir, os.path.basename(self.post))
414 self.pre = os.path.join(self.pathname, self.pre)
416 self.post = os.path.join(self.pathname, self.post)
442 if not verify_file(os.path.join(self.pathname, test)):
456 odir = os.path.join(self.outputdir, os.path.basename(self.pre))
459 odir = os.path.join(self.outputdir, os.path.basename(self.post))
470 test = Cmd(os.path.join(self.pathname, fname),
471 outputdir=os.path.join(self.outputdir, fname),
493 self.outputdir = os.path.join(options.outputdir, self.timestamp)
566 self.outputdir = os.path.join(self.outputdir, self.timestamp)
640 uniq = '/'.join(testfile.split('/')[components:]).lstrip('/')
643 tmp_dict[testfile].outputdir = os.path.join(base, uniq)
671 filename = os.path.join(self.outputdir, 'log')
771 testrun.addtest(os.path.join(dirname, f), options)