HomeSort by relevance Sort by last modified time
    Searched full:read_block (Results 1 - 19 of 19) sorted by null

  /bootable/recovery/
fuse_sideload.h 33 int (*read_block)(void* cookie, uint32_t block, uint8_t* buffer, uint32_t fetch_size); member in struct:provider_vtab
fuse_sdcard_provider.c 91 vtab.read_block = read_block_file;
fuse_sideload.c 261 int result = fd->vtab->read_block(fd->cookie, block, fd->block_data, fetch_size);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
TODO 8 - Try to resynchronize stream when read_block fails so that failure to parse
  /bootable/recovery/minadbd/
fuse_adb_provider.cpp 57 vtab.read_block = read_block_adb;
  /external/squashfs-tools/squashfs-tools/
read_xattrs.c 50 extern int read_block(int, long long, long long *, int, void *);
204 int length = read_block(fd, index[i], NULL, expected,
236 length = read_block(fd, start, &start, 0,
248 * Note, we can't use expected in read_block() above for this
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,
unsquash-4.c 65 int length = read_block(fd, fragment_table_index[i], NULL,
380 res = read_block(fd, id_index_table[i], NULL, expected,
unsquashfs.h 244 extern int read_block(int, long long, long long *, int, void *);
unsquash-2.c 91 int length = read_block(fd, fragment_table_index[i], NULL,
unsquash-3.c 78 int length = read_block(fd, fragment_table_index[i], NULL,
unsquashfs.c 659 int read_block(int fd, long long start, long long *next, int expected, function
674 TRACE("read_block: block @0x%llx, %d %s bytes\n", start,
728 ERROR("read_block: failed to read block @0x%llx\n", start);
788 res = read_block(fd, start, &start, 0, inode_table + bytes);
798 * Note, we can't use expected in read_block() above for this
1199 res = read_block(fd, start, &start, 0, directory_table + bytes);
1210 * 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/elfutils/src/src/
strings.c 576 read_block (int fd, const char *fname, off64_t fdlen, off64_t from, off64_t to) function
701 return read_block (fd, fname, fdlen, 0, fdlen);
728 result |= read_block (fd, fname, fdlen, shdr->sh_offset,
ChangeLog     [all...]
  /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);
  /external/squashfs-tools/
CHANGES 64 - read_fs: prevent buffer {over|under}flow in read_block() with
70 - unsquashfs: prevent buffer {over|under}flow in read_block() with

Completed in 669 milliseconds