Home
last modified time | relevance | path

Searched refs:read_block (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/
Dfuse_sideload.h29 int (*read_block)(void* cookie, uint32_t block, uint8_t* buffer, uint32_t fetch_size); member
Dfuse_sdcard_provider.cpp79 vtab.read_block = read_block_file; in start_sdcard_fuse()
Dfuse_sideload.cpp259 int result = fd->vtab->read_block(fd->cookie, block, fd->block_data, fetch_size); in fetch_block()
/bootable/recovery/minadbd/
Dfuse_adb_provider.cpp57 vtab.read_block = read_block_adb; in run_adb_fuse()
/bootable/recovery/mtdutils/
Dmtdutils.c282 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()