Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/
Dget_maintainer.py201 _get_match_fn(area_dict.get("files"),
207 _get_match_fn(area_dict.get("files-exclude"),
421 def _get_match_fn(globs, regexes): function
/Zephyr-latest/scripts/ci/
Dtest_plan.py43 def _get_match_fn(globs, regexes): function
342 tag._match_fn = _get_match_fn(x.get("files"), x.get("files-regex"))
347 _get_match_fn(x.get("files-exclude"), x.get("files-regex-exclude"))