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

  /bootable/recovery/
fuse_sideload.h 31 std::function<int(uint32_t block, uint8_t* buffer, uint32_t fetch_size)> read_block; member in struct:provider_vtab
fuse_sdcard_provider.cpp 74 vtab.read_block = std::bind(&read_block_file, fd, std::placeholders::_1, std::placeholders::_2,
fuse_sideload.cpp 247 int result = fd->vtab.read_block(block, fd->block_data, fetch_size);
  /device/linaro/bootloader/arm-trusted-firmware/lib/semihosting/
semihosting.c 77 smh_file_read_write_block_t read_block; local
83 read_block.handle = file_handle;
84 read_block.buffer = buffer;
85 read_block.length = *length;
88 (void *) &read_block);
  /bootable/recovery/minadbd/
fuse_adb_provider.cpp 51 vtab.read_block = std::bind(read_block_adb, ad, std::placeholders::_1, std::placeholders::_2,
  /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,
unsquashfs.h 248 extern int read_block(int, long long, long long *, int, void *);
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,
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 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/tests/component/
sideload_test.cpp 56 vtab.read_block = [&blocks](uint32_t block, uint8_t* buffer, uint32_t fetch_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/
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/libpcap/
sf-pcap-ng.c 260 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) function
918 status = read_block(fp, p, &cursor, errbuf);
1043 status = read_block(fp, p, &cursor, p->errbuf);
    [all...]
  /external/syslinux/core/fs/iso9660/
susp_rr.c 80 ret = fs_dev->src->read_block(fs_dev->src, lba, buf);

Completed in 693 milliseconds