Searched refs:include_h_files (Results 1 – 1 of 1) sorted by relevance
116 include_h_files = get_file_list(include_path, '.h') variable117 include_ot_h_files = [name[8:] for name in include_h_files if not name.startswith("include/openthre…118 include_platform_h_files = [name[8:] for name in include_h_files if name.startswith("include/openth…145 formatted_list = [" \"{}\",\n".format(file_name[19:]) for file_name in include_h_files]