Home
last modified time | relevance | path

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

/mbedtls/tests/scripts/
A 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
145 with open(filepath, "rb") as f:
150 def is_windows_file(filepath): argument
151 _root, ext = os.path.splitext(filepath)
191 with open(filepath, "rb") as f:
213 with open(filepath, "rb") as f:
235 with open(filepath, "rb") as f:
[all …]

Completed in 12 milliseconds