Searched refs:write_config (Results 1 – 12 of 12) sorted by relevance
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | alldefconfig.py | 23 print(kconf.write_config())
|
| H A D | olddefconfig.py | 24 print(kconf.write_config())
|
| H A D | allnoconfig.py | 41 print(kconf.write_config())
|
| H A D | allyesconfig.py | 52 print(kconf.write_config())
|
| H A D | defconfig.py | 39 print(kconf.write_config())
|
| H A D | allmodconfig.py | 42 print(kconf.write_config())
|
| H A D | setconfig.py | 88 print(kconf.write_config())
|
| H A D | genconfig.py | 128 kconf.write_config(args.config_out, save_old=False)
|
| H A D | oldconfig.py | 59 print(kconf.write_config())
|
| H A D | guiconfig.py | 1342 if _try_save(_kconf.write_config, _conf_filename, "configuration"): 1364 if _try_save(_kconf.write_config, filename, "configuration"): 1677 if _try_save(_kconf.write_config, _conf_filename, "configuration"):
|
| H A D | menuconfig.py | 897 filename = _save_dialog(_kconf.write_config, _conf_filename, 955 msg = _try_save(_kconf.write_config, _conf_filename, "configuration")
|
| H A D | kconfiglib.py | 1503 def write_config(self, filename=None, header=None, save_old=True, member in Kconfig
|