/bootable/recovery/ |
fuse_sideload.h | 29 int (*read_block)(void* cookie, uint32_t block, uint8_t* buffer, uint32_t fetch_size); member in struct:provider_vtab
|
fuse_sdcard_provider.c | 92 vtab.read_block = read_block_file;
|
fuse_sideload.c | 235 int result = fd->vtab->read_block(fd->cookie, block, fd->block_data, fetch_size);
|
/bootable/recovery/minadbd/ |
fuse_adb_provider.c | 63 vtab.read_block = read_block_adb;
|
/bootable/recovery/mtdutils/ |
mtdutils.c | 288 static int read_block(const MtdPartition *partition, int fd, char *data) function 344 if (read_block(ctx->partition, ctx->fd, data + read)) return -1; 354 if (read_block(ctx->partition, ctx->fd, ctx->buffer)) return -1;
|
/external/elfutils/0.153/src/ |
strings.c | 579 read_block (int fd, const char *fname, off64_t fdlen, off64_t from, off64_t to) function 704 return read_block (fd, fname, fdlen, 0, fdlen); 731 result |= read_block (fd, fname, fdlen, shdr->sh_offset,
|
/external/libpcap/ |
sf-pcap-ng.c | 256 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) function 855 status = read_block(fp, p, &cursor, errbuf); 968 status = read_block(fp, p, &cursor, p->errbuf);
|