Searched refs:src_file_path (Results 1 – 2 of 2) sorted by relevance
113 src_file_path = None115 src_file_path = gcno_summary.functions[key].src_file_name116 src_parts = src_file_path.rsplit(".", 1)120 logging.warn("Found unsupported file type: %s", src_file_path)123 logging.info("Coverage source file: %s", src_file_path)125 return src_file_path266 src_file_path = self._ExtractSourceName(gcno_summary, file_name)268 if not src_file_path:284 if src_file_path.startswith(str(project_name)):289 src_file_path, git_project_name)[all …]
145 src_file_path, argument183 src_file_path = os.path.relpath(src_file_path, git_project_path)184 coverage.file_path = src_file_path