Searched refs:_try_save (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/ |
D | guiconfig.py | 1348 if _try_save(_kconf.write_config, _conf_filename, "configuration"): 1370 if _try_save(_kconf.write_config, filename, "configuration"): 1394 if _try_save(_kconf.write_min_config, filename, 1683 if _try_save(_kconf.write_config, _conf_filename, "configuration"): 1699 def _try_save(save_fn, filename, description): function
|
D | menuconfig.py | 955 msg = _try_save(_kconf.write_config, _conf_filename, "configuration") 1889 msg = _try_save(save_fn, filename, description) 1895 def _try_save(save_fn, filename, description): function
|