/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
|
/external/elfutils/src/ |
strings.c | 580 read_block (int fd, const char *fname, off_t fdlen, off_t from, off_t to) function 705 return read_block (fd, fname, fdlen, 0, fdlen); 748 result |= read_block (fd, fname, fdlen, shdr->sh_offset,
|
/external/squashfs-tools/squashfs-tools/ |
read_fs.c | 55 int read_block(int fd, long long start, long long *next, int expected, function 151 byte = read_block(fd, start, &start, 0, *inode_table + bytes); 159 * Note, we can't use expected in read_block() above for this 566 bytes = read_block(fd, sizeof(*sBlk), NULL, 0, buffer); 652 byte = read_block(fd, start, &start, expected, directory_table + bytes); 725 int length = read_block(fd, index[i], NULL, expected, 784 int length = read_block(fd, fragment_table_index[i], NULL, 835 int length = read_block(fd, index[i], NULL, expected,
|
unsquashfs.c | 664 int read_block(int fd, long long start, long long *next, int expected, function 679 TRACE("read_block: block @0x%llx, %d %s bytes\n", start, 733 ERROR("read_block: failed to read block @0x%llx\n", start); 793 res = read_block(fd, start, &start, 0, inode_table + bytes); 803 * Note, we can't use expected in read_block() above for this 1204 res = read_block(fd, start, &start, 0, directory_table + bytes); 1215 * Note, we can't use expected in read_block() above for this [all...] |
/bootable/recovery/mtdutils/ |
mtdutils.c | 282 static int read_block(const MtdPartition *partition, int fd, char *data) function 292 printf("mtd: read_block: couldn't SEEK_CUR: %s\n", strerror(errno)); 343 if (read_block(ctx->partition, ctx->fd, data + read)) return -1; 353 if (read_block(ctx->partition, ctx->fd, ctx->buffer)) return -1;
|
/system/extras/ext4_utils/ |
ext4fixup.c | 190 static int read_block(int fd, unsigned long long block_num, void *block) function 244 read_block(fd, inode_bitmap_block_num, block); 388 read_block(fd, inode->i_block[EXT4_NDIR_BLOCKS], indirect_block); 458 read_block(fd, fs_block_num, block); 572 read_block(fd, block_list[i], dirbuf + (i * info.block_size));
|
/external/fio/t/ |
dedupe.c | 137 static int read_block(int fd, void *buf, off_t offset) function 169 if (read_block(file.fd, cbuf, e->offset)) 172 if (read_block(file.fd, ibuf, i->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);
|