Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck_files.py66 def should_check_file(self, filepath): member in FileIssueTracker
285 def should_check_file(self, filepath): member in UnixLineEndingIssueTracker
286 if not super().should_check_file(filepath):
299 def should_check_file(self, filepath): member in WindowsLineEndingIssueTracker
300 if not super().should_check_file(filepath):
508 if issue_to_check.should_check_file(filepath):