| 303 | } |
| 304 | |
| 305 | void file_buffer_read(FileBuffer *bs, size_t offset, uint8_t *buf, |
| 306 | size_t size) |
| 307 | { |
| 308 | memcpy(buf, bs->data + offset, size); |
| 309 | } |
| 310 | #endif |
| 311 | |
| 312 | static int64_t to_blocks(FSDeviceMem *fs, uint64_t size) |
no outgoing calls
no test coverage detected