Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/subsys/logging/log_backend_fs/src/
Dlog_fs_test.c31 int write_log_to_file(uint8_t *data, size_t length, void *ctx);
42 rc = write_log_to_file(to_log, sizeof(to_log), NULL); in ZTEST()
99 rc = write_log_to_file(to_log, sizeof(to_log), NULL); in ZTEST()
115 rc = write_log_to_file(to_log, sizeof(to_log), NULL); in ZTEST()
152 rc = write_log_to_file(to_log, sizeof(to_log), NULL); in ZTEST()
206 rc = write_log_to_file(to_log, sizeof(to_log), NULL); in ZTEST()
/Zephyr-Core-3.7.0/subsys/logging/backends/
Dlog_backend_fs.c149 int write_log_to_file(uint8_t *data, size_t length, void *ctx) in write_log_to_file() function
455 LOG_OUTPUT_DEFINE(log_output, write_log_to_file, buf, MAX_FLASH_WRITE_SIZE);