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

  /external/libvpx/libvpx/nestegg/
TODO 8 - Try to resynchronize stream when read_block fails so that failure to parse
  /system/extras/ext4_utils/
ext4fixup.c 281 static int read_block(int fd, unsigned long long block_num, void *block) function
350 read_block(fd, inode_bitmap_block_num, block);
488 read_block(fd, inode->i_block[EXT4_NDIR_BLOCKS], indirect_block);
558 read_block(fd, fs_block_num, block);
672 read_block(fd, block_list[i], dirbuf + (i * info.block_size));
  /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/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/oprofile/
ChangeLog-2002 828 * libutill++/child_reader.cpp: read_block() : cumulate stderr
    [all...]

Completed in 353 milliseconds