/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/grp/fs_mgmt/src/ |
D | fs_mgmt_hash_checksum_sha256.c | 52 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()
|
D | fs_mgmt_hash_checksum_crc32.c | 37 bytes_read = fs_read(file, buffer, read_size); in fs_mgmt_hash_checksum_crc32()
|
D | fs_mgmt.c | 320 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/ |
D | test_fat_file.c | 109 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/ |
D | log_fs_test.c | 106 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/ |
D | test_fat_file.c | 110 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/ |
D | test_common_file.c | 90 brw = fs_read(filep, read_buff, sz); in test_file_read()
|
/Zephyr-Core-3.6.0/include/zephyr/fs/ |
D | fs.h | 358 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/ |
D | test_fs_dir_file.c | 685 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/ |
D | main.c | 81 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/ |
D | test_fs_util.c | 129 int rc = fs_read(fp, buffer, count); in testfs_verify_constant() 199 int rc = fs_read(fp, buffer, count); in testfs_verify_incrementing()
|
D | test_fs_open_flags.c | 79 ZEQ(fs_read(&ts->file, ts->read, ts->read_size), expected); in ZREAD()
|
/Zephyr-Core-3.6.0/modules/lvgl/ |
D | lvgl_fs.c | 99 err = fs_read((struct fs_file_t *)file, buf, btr); in lvgl_fs_read()
|
/Zephyr-Core-3.6.0/subsys/fs/ |
D | shell.c | 338 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()
|
D | fuse_fs_access.c | 316 err = fs_read(&files[fi->fh], buf, size); in fuse_fs_access_read()
|
D | fs.c | 200 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/ |
D | settings_test_file.c | 159 r_len = fs_read(&file, dst, len); in fsutil_read_file()
|
/Zephyr-Core-3.6.0/tests/subsys/fs/littlefs/src/ |
D | test_lfs_perf.c | 128 rc = fs_read(&file, buf, buf_size); in write_read()
|
/Zephyr-Core-3.6.0/lib/posix/options/ |
D | fs.c | 203 rc = fs_read(&ptr->file, buffer, count); in fs_read_vmeth()
|
/Zephyr-Core-3.6.0/doc/services/storage/disk/ |
D | access.rst | 66 :c:func:`fs_read()`, and :c:func:`fs_write()`.
|
/Zephyr-Core-3.6.0/subsys/settings/src/ |
D | settings_file.c | 475 r_len = fs_read(file, buf, *len); in read_handler()
|
/Zephyr-Core-3.6.0/drivers/modem/ |
D | hl7800.c | 4503 read_res = fs_read(&iface_ctx.fw_update_file, iface_ctx.fw_packet.data, in prepare_and_send_fw_packet()
|