Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/scripts/
Dcheck_files.py74 def should_check_file(self, filepath): member in FileIssueTracker
267 def should_check_file(self, filepath): member in UnixLineEndingIssueTracker
268 if not super().should_check_file(filepath):
281 def should_check_file(self, filepath): member in WindowsLineEndingIssueTracker
282 if not super().should_check_file(filepath):
385 if issue_to_check.should_check_file(filepath):