Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/settings/include/settings/
Dsettings_file.h20 struct settings_file { struct
28 int settings_file_src(struct settings_file *cf); argument
31 int settings_file_dst(struct settings_file *cf);
33 void settings_mount_file_backend(struct settings_file *cf);
/Zephyr-latest/subsys/settings/src/
Dsettings_file.c42 int settings_file_src(struct settings_file *cf) in settings_file_src()
56 int settings_file_dst(struct settings_file *cf) in settings_file_dst()
117 struct settings_file *cf = CONTAINER_OF(cs, struct settings_file, cf_store); in settings_file_load_priv()
226 static int settings_file_save_and_compress(struct settings_file *cf, in settings_file_save_and_compress()
374 struct settings_file *cf = CONTAINER_OF(cs, struct settings_file, cf_store); in settings_file_save_priv()
509 void settings_mount_file_backend(struct settings_file *cf) in settings_mount_file_backend()
556 static struct settings_file config_init_settings_file = { in settings_backend_init()
582 struct settings_file *cf = CONTAINER_OF(cs, struct settings_file, cf_store); in settings_file_storage_get()
DCMakeLists.txt11 zephyr_sources_ifdef(CONFIG_SETTINGS_FILE settings_file.c)
/Zephyr-latest/tests/subsys/settings/file/src/
Dsettings_test_empty_file.c15 struct settings_file cf_mfg; in ZTEST()
16 struct settings_file cf_running; in ZTEST()
Dsettings_test_small_file.c17 struct settings_file cf_mfg; in ZTEST()
18 struct settings_file cf_running; in ZTEST()
Dsettings_test_multiple_in_file.c19 struct settings_file cf_mfg; in ZTEST()
Dsettings_test_save_in_file.c17 struct settings_file cf; in ZTEST()
Dsettings_test_save_one_file.c20 struct settings_file cf; in ZTEST()
Dsettings_test_compress_file.c26 struct settings_file cf; in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dmain.c23 static char *settings_file; variable
37 return settings_file; in get_settings_file()
46 settings_file = argv[2]; in test_args()
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py388 def get_modules(self, modules_file, settings_file): argument
406 '--kconfig-out', modules_file, '--settings-out', settings_file]
428 def get_module_setting_root(self, root, settings_file): argument
437 if os.path.exists(settings_file):
438 with open(settings_file, 'r') as fp_setting_file:
449 def get_kconfig_dts(self, kconfig_dts_file, settings_file): argument
463 dts_root_paths = self.get_module_setting_root('dts', settings_file)
503 def get_v2_model(self, kconfig_dir, settings_file): argument
515 board_roots = self.get_module_setting_root('board', settings_file)
517 soc_roots = self.get_module_setting_root('soc', settings_file)
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst1758 * :github:`20870` - [Coverity CID :205816] Control flow issues in subsys/settings/src/settings_file