Searched refs:output_path (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/scripts/gen_json/ |
D | gen_json.py | 26 def run(output_path, lvgl_config_path, output_to_stdout, target_header, filter_private, no_docstrin… argument 184 if not output_to_stdout and output_path is None: 194 if not os.path.exists(output_path): 195 os.makedirs(output_path) 197 output_path = os.path.join(output_path, target_header_base_name + '.json') 199 with open(output_path, 'w') as f: 333 …run(args.output_path, args.lv_conf, args.output_path is None, args.target_header, args.filter_priv…
|
/lvgl-latest/docs/ |
D | example_list.py | 122 output_path = os.path.join(temp_directory, 'examples.rst') 125 fout = open(output_path, "w")
|