Home
last modified time | relevance | path

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

/openthread-3.7.0/script/
Dupdate-makefiles.py125 formatted_list = [" {}\n".format(file_name[9:]) for file_name in core_cpp_files] variable
135 formatted_list = [" \"{}\",\n".format(file_name[9:]) for file_name in core_hpp_cpp_files] variable
138 formatted_list = [" \"{}\",\n".format(file_name[9:]) for file_name in core_h_files] variable
145 formatted_list = [" \"{}\",\n".format(file_name[19:]) for file_name in include_h_files] variable