Searched refs:output_path (Results 1 – 1 of 1) sorted by relevance
72 output_path=None, argument89 if output_path is None:93 output_path = os.path.join(self._out_path,100 coverage_local_path = os.path.join(output_path,104 report_path = os.path.join(output_path,213 output_path = os.path.join(self._output_root_path, target_name)215 if os.path.isdir(output_path) and target is not None:216 coverage_files = self._FindCoverageFiles(output_path)217 combined_coverage = os.path.join(output_path, "%s.%s" %220 report_path = os.path.join(output_path, target_name)[all …]