Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dkconfig.py102 kconf.write_config(os.devnull)
130 print(kconf.write_config(args.config_out))
Dguiconfig.py1349 if _try_save(_kconf.write_config, _conf_filename, "configuration"):
1371 if _try_save(_kconf.write_config, filename, "configuration"):
1684 if _try_save(_kconf.write_config, _conf_filename, "configuration"):
Dmenuconfig.py897 filename = _save_dialog(_kconf.write_config, _conf_filename,
955 msg = _try_save(_kconf.write_config, _conf_filename, "configuration")
Dkconfiglib.py1505 def write_config(self, filename=None, header=None, save_old=True, member in Kconfig