Searched defs:filepath (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | check_files.py | 56 def normalize_path(filepath): argument 66 def should_check_file(self, filepath): argument 80 def check_file_for_issue(self, filepath): argument 87 def record_issue(self, filepath, line_number): argument 129 def issue_with_line(self, line, filepath, line_number): argument 136 def check_file_line(self, filepath, line, line_number): argument 140 def check_file_for_issue(self, filepath): argument 150 def is_windows_file(filepath): argument 178 def is_valid_shebang(self, first_line, filepath): argument 189 def check_file_for_issue(self, filepath): argument [all …]
|