MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / BlockDeviceFile

Class BlockDeviceFile

tinyemu/temu.c:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215#define SECTOR_SIZE 512
216
217typedef struct BlockDeviceFile {
218 FILE *f;
219 int64_t nb_sectors;
220 BlockDeviceModeEnum mode;
221 uint8_t **sector_table;
222} BlockDeviceFile;
223
224static int64_t bf_get_sector_count(BlockDevice *bs)
225{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected