Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck_files.py56 def normalize_path(filepath): argument
58 filepath = os.path.normpath(filepath)
64 return '/'.join(filepath.split(seps))
66 def should_check_file(self, filepath): argument
73 if filepath.endswith(files_exemption):
76 re.match(self.path_exemptions, self.normalize_path(filepath)):
80 def check_file_for_issue(self, filepath): argument
87 def record_issue(self, filepath, line_number): argument
89 if filepath not in self.files_with_issues.keys():
90 self.files_with_issues[filepath] = []
[all …]