Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt_hash_checksum_sha256.c52 bytes_read = fs_read(file, buffer, read_size); in fs_mgmt_hash_checksum_sha256()
108 bytes_read = fs_read(file, buffer, read_size); in fs_mgmt_hash_checksum_sha256()
Dfs_mgmt_hash_checksum_crc32.c37 bytes_read = fs_read(file, buffer, read_size); in fs_mgmt_hash_checksum_crc32()
Dfs_mgmt.c320 bytes_read = fs_read(&fs_mgmt_ctxt.file, file_data, MCUMGR_GRP_FS_DL_CHUNK_SIZE); in fs_mgmt_file_download()
/Zephyr-Core-3.6.0/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_file.c109 brw = fs_read(&filep, read_buff, sz); in test_file_read()
212 brw = fs_read(&filep, read_buff, 5); in test_file_truncate()
/Zephyr-Core-3.6.0/tests/subsys/logging/log_backend_fs/src/
Dlog_fs_test.c106 zassert_true(fs_read(&file, log_read, MAX_PATH_LEN) >= 0, in ZTEST()
123 zassert_true(fs_read(&file, log_read, MAX_PATH_LEN) >= 0, in ZTEST()
/Zephyr-Core-3.6.0/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_file.c110 brw = fs_read(&filep, read_buff, sz); in test_file_read()
248 brw = fs_read(&filep, read_buff, 5); in test_file_truncate()
/Zephyr-Core-3.6.0/tests/subsys/fs/multi-fs/src/
Dtest_common_file.c90 brw = fs_read(filep, read_buff, sz); in test_file_read()
/Zephyr-Core-3.6.0/include/zephyr/fs/
Dfs.h358 ssize_t fs_read(struct fs_file_t *zfp, void *ptr, size_t size);
/Zephyr-Core-3.6.0/tests/subsys/fs/fs_api/src/
Dtest_fs_dir_file.c685 brw = fs_read(&err_filep, read_buff, sz); in test_file_read()
690 brw = fs_read(&err_filep, read_buff, sz); in test_file_read()
694 brw = fs_read(&filep, NULL, sz); in test_file_read()
697 brw = fs_read(&filep, read_buff, sz); in test_file_read()
858 brw = fs_read(&filep, read_buff, 5); in _test_file_truncate()
/Zephyr-Core-3.6.0/samples/subsys/fs/littlefs/src/
Dmain.c81 rc = fs_read(&file, &boot_count, sizeof(boot_count)); in littlefs_increase_infile_value()
202 rc = fs_read(&file, file_test_pattern, in littlefs_binary_file_adj()
/Zephyr-Core-3.6.0/tests/subsys/fs/common/
Dtest_fs_util.c129 int rc = fs_read(fp, buffer, count); in testfs_verify_constant()
199 int rc = fs_read(fp, buffer, count); in testfs_verify_incrementing()
Dtest_fs_open_flags.c79 ZEQ(fs_read(&ts->file, ts->read, ts->read_size), expected); in ZREAD()
/Zephyr-Core-3.6.0/modules/lvgl/
Dlvgl_fs.c99 err = fs_read((struct fs_file_t *)file, buf, btr); in lvgl_fs_read()
/Zephyr-Core-3.6.0/subsys/fs/
Dshell.c338 read = fs_read(&file, buf, MIN(count, sizeof(buf))); in cmd_read()
403 read = fs_read(&file, buf, sizeof(buf)); in cmd_cat()
603 err = fs_read(&file, random_data, sizeof(random_data)); in cmd_read_test()
Dfuse_fs_access.c316 err = fs_read(&files[fi->fh], buf, size); in fuse_fs_access_read()
Dfs.c200 ssize_t fs_read(struct fs_file_t *zfp, void *ptr, size_t size) in fs_read() function
/Zephyr-Core-3.6.0/tests/subsys/settings/file/src/
Dsettings_test_file.c159 r_len = fs_read(&file, dst, len); in fsutil_read_file()
/Zephyr-Core-3.6.0/tests/subsys/fs/littlefs/src/
Dtest_lfs_perf.c128 rc = fs_read(&file, buf, buf_size); in write_read()
/Zephyr-Core-3.6.0/lib/posix/options/
Dfs.c203 rc = fs_read(&ptr->file, buffer, count); in fs_read_vmeth()
/Zephyr-Core-3.6.0/doc/services/storage/disk/
Daccess.rst66 :c:func:`fs_read()`, and :c:func:`fs_write()`.
/Zephyr-Core-3.6.0/subsys/settings/src/
Dsettings_file.c475 r_len = fs_read(file, buf, *len); in read_handler()
/Zephyr-Core-3.6.0/drivers/modem/
Dhl7800.c4503 read_res = fs_read(&iface_ctx.fw_update_file, iface_ctx.fw_packet.data, in prepare_and_send_fw_packet()