Lines Matching refs:join
257 logging.info("Restarting process %s", "".join(str(self.command)))
268 self.process = pexpect.spawn(" ".join(self.command), timeout=None)
423 name, command, os.path.join(
437 output = os.path.join(
565 with open(os.path.join(self.output_root,
592 "\n".join(["Current Summary:"] + self.GetSummaryLines()), bugreport)
621 process_logger.join()
653 destination = os.path.join(self.output_root,
670 bugreport = os.path.join(self.output_root,
679 bugreport_txt = os.path.join(self.output_root,
695 stress_test_common.MakeDirsIfNeeded(os.path.join(self.output_root,
697 with open(os.path.join(self.output_root, self.name,
703 self.work_queue.join()
734 os.path.join(stress_test_common.RESOURCE_DIR,
815 text_format.PrintMessage(stress_test_info, open(os.path.join(
965 "\n".join(["Summary:"] + self.GetSummaryLines()))
1014 output_root = os.path.join(FLAGS.output_root, "%s_%s" % (
1026 file_handler = logging.FileHandler(os.path.join(output_root,