Home
last modified time | relevance | path

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

/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
A Dfs_mgmt_hash_checksum_crc32.c37 bytes_read = fs_read(file, buffer, read_size); in fs_mgmt_hash_checksum_crc32()
A Dfs_mgmt_hash_checksum_sha256.c60 bytes_read = fs_read(file, buffer, read_size); in fs_mgmt_hash_checksum_sha256()
A Dfs_mgmt.c350 bytes_read = fs_read(&fs_mgmt_ctxt.file, file_data, MCUMGR_GRP_FS_DL_CHUNK_SIZE); in fs_mgmt_file_download()
/subsys/llext/
A Dfs_loader.c38 ret = fs_read(&fs_l->file, buf, len); in llext_fs_read()
/subsys/fs/
A Dshell.c316 buf_len = fs_read(&file_src, buf, BUF_CNT); in cmd_cp()
417 read = fs_read(&file, buf, MIN(count, sizeof(buf))); in cmd_read()
485 read = fs_read(&file, buf, sizeof(buf)); in cmd_cat()
681 err = fs_read(&file, random_data, sizeof(random_data)); in cmd_read_test()
A Dfuse_fs_access.c156 err = fs_read(&files[fh], buf, size); in ffa_read_top()
A Dfs.c222 ssize_t fs_read(struct fs_file_t *zfp, void *ptr, size_t size) in fs_read() function
/subsys/settings/src/
A Dsettings_file.c470 r_len = fs_read(file, buf, *len); in read_handler()
/subsys/net/lib/http/
A Dhttp_server_http1.c567 len = fs_read(&file, http_response, sizeof(http_response)); in handle_http1_static_fs_resource()
A Dhttp_server_http2.c534 len = fs_read(&file, tmp, sizeof(tmp)); in handle_http2_static_fs_resource()

Completed in 18 milliseconds