Searched refs:polqa_out_filepath (Results 1 – 1 of 1) sorted by relevance
283 polqa_out_filepath = os.path.join(output_path, 'polqa.out')284 if os.path.exists(polqa_out_filepath):285 os.unlink(polqa_out_filepath)292 '-Out', polqa_out_filepath,298 polqa_output = self._ParseOutputFile(polqa_out_filepath)304 def _ParseOutputFile(cls, polqa_out_filepath): argument315 with open(polqa_out_filepath) as f: