Searched refs:file_data (Results 1 – 1 of 1) sorted by relevance
236 uint8_t file_data[MCUMGR_GRP_FS_DL_CHUNK_SIZE]; in fs_mgmt_file_download() local350 bytes_read = fs_read(&fs_mgmt_ctxt.file, file_data, MCUMGR_GRP_FS_DL_CHUNK_SIZE); in fs_mgmt_file_download()364 zcbor_bstr_encode_ptr(zse, file_data, bytes_read) && in fs_mgmt_file_download()390 struct zcbor_string file_data = { 0 }; in fs_mgmt_file_upload() local397 ZCBOR_MAP_DECODE_KEY_DECODER("data", zcbor_bstr_decode, &file_data), in fs_mgmt_file_upload()515 if (file_data.len > 0) { in fs_mgmt_file_upload()572 rc = fs_write(&fs_mgmt_ctxt.file, file_data.value, file_data.len); in fs_mgmt_file_upload()581 fs_mgmt_ctxt.off += file_data.len; in fs_mgmt_file_upload()
Completed in 21 milliseconds