Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py224 def update_json_file(json_dir, json_file, update_dict): argument
230 json_path = os.path.join(json_dir, json_file)
233 if not os.path.exists(json_dir):
234 os.makedirs(json_dir)