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

  /external/e2fsprogs/lib/ext2fs/
getsectsize.c 44 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize)
53 if (ioctl(fd, BLKSSZGET, sectsize) >= 0) {
58 *sectsize = 0;
92 errcode_t ext2fs_get_device_phys_sectsize(const char *file, int *sectsize)
101 if (ioctl(fd, BLKPBSZGET, sectsize) >= 0) {
106 *sectsize = 0;
ext2fs.h     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 658 yasm_intnum *sectsize; local
659 sectsize = yasm_intnum_create_uint(yasm_bc_next_offset(last));
660 elf_secthead_add_size(shead, sectsize);
661 yasm_intnum_destroy(sectsize);
    [all...]

Completed in 640 milliseconds