Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/backends/
Dlog_backend_fs.c27 static struct fs_file_t fs_file; variable
142 struct fs_file_t *f = &fs_file; in write_log_to_file()
150 rc = allocate_new_file(&fs_file); in write_log_to_file()
479 int rc = fs_sync(&fs_file); in notify()