Searched refs:read_block (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/ |
D | fuse_sideload.h | 29 int (*read_block)(void* cookie, uint32_t block, uint8_t* buffer, uint32_t fetch_size); member
|
D | fuse_sdcard_provider.cpp | 79 vtab.read_block = read_block_file; in start_sdcard_fuse()
|
D | fuse_sideload.cpp | 259 int result = fd->vtab->read_block(fd->cookie, block, fd->block_data, fetch_size); in fetch_block()
|
/bootable/recovery/minadbd/ |
D | fuse_adb_provider.cpp | 57 vtab.read_block = read_block_adb; in run_adb_fuse()
|
/bootable/recovery/mtdutils/ |
D | mtdutils.c | 282 static int read_block(const MtdPartition *partition, int fd, char *data) in read_block() function 343 if (read_block(ctx->partition, ctx->fd, data + read)) return -1; in mtd_read_data() 353 if (read_block(ctx->partition, ctx->fd, ctx->buffer)) return -1; in mtd_read_data()
|