Home
last modified time | relevance | path

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

/mbedtls-latest/tests/scripts/
Dcheck_names.py316 def get_all_files(self, include_wildcards, exclude_wildcards): argument
333 all_wildcards = include_wildcards + (exclude_wildcards or [])
346 def get_included_files(self, include_wildcards, exclude_wildcards): argument
361 for include_wildcard in include_wildcards: