Home
last modified time | relevance | path

Searched defs:core_cpp_files (Results 1 – 1 of 1) sorted by relevance

/openthread-3.6.0/script/
Dupdate-makefiles.py110 core_cpp_files = get_file_list(src_core_path, '.cpp') variable
111 core_cpp_files = [item for item in core_cpp_files if not item.endswith("extension_example.cpp")] variable