Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestsuite.py281 def find_c_files_in(path: str, extensions: list = None) -> list: function
314 for filename in find_c_files_in(src_dir_path):
337 for filename in find_c_files_in(testsuite_path):
/Zephyr-latest/scripts/tests/twister/
Dtest_testsuite.py24 find_c_files_in,
519 filenames = find_c_files_in(new_path)