Home
last modified time | relevance | path

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

/mbedtls-latest/tests/scripts/
Dcheck_names.py307 def is_file_excluded(self, path, exclude_wildcards): argument
310 exclude_wildcards = (exclude_wildcards or []) + self.excluded_files
311 for pattern in exclude_wildcards:
316 def get_all_files(self, include_wildcards, exclude_wildcards): argument
333 all_wildcards = include_wildcards + (exclude_wildcards or [])
340 if self.is_file_excluded(path, exclude_wildcards):
346 def get_included_files(self, include_wildcards, exclude_wildcards): argument
365 if not self.is_file_excluded(path, exclude_wildcards))