Home
last modified time | relevance | path

Searched refs:src_file_path (Results 1 – 2 of 2) sorted by relevance

/test/vts/utils/python/coverage/
Dcoverage_utils.py113 src_file_path = None
115 src_file_path = gcno_summary.functions[key].src_file_name
116 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_path
266 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 …]
/test/vts/utils/python/web/
Dweb_utils.py145 src_file_path, argument
183 src_file_path = os.path.relpath(src_file_path, git_project_path)
184 coverage.file_path = src_file_path