Home
last modified time | relevance | path

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

/openthread-latest/script/
Dupdate-makefiles.py41 def get_file_list(path, extension): function
108 core_h_files = get_file_list(src_core_path, '.h')
109 core_hpp_files = get_file_list(src_core_path, '.hpp')
110 core_cpp_files = get_file_list(src_core_path, '.cpp')
116 include_h_files = get_file_list(include_path, '.h')