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

  /external/e2fsprogs/lib/ext2fs/
getsectsize.c 44 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize)
57 if (ioctl(fd, BLKSSZGET, sectsize) >= 0) {
62 *sectsize = 0;
70 errcode_t ext2fs_get_device_phys_sectsize(const char *file, int *sectsize)
83 if (ioctl(fd, BLKPBSZGET, sectsize) >= 0) {
88 *sectsize = 0;
ext2fs.h 954 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize);
955 errcode_t ext2fs_get_device_phys_sectsize(const char *file, int *sectsize);
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatUtils.java 42 long sectSize = bs.getBytesPerSector();
46 long offset = resSects * sectSize;
47 long fatSize = sectsPerFat * sectSize;
62 long sectSize = bs.getBytesPerSector();
68 offset += fats * sectsPerFat * sectSize;
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 113 uint64_t SectAddr = 0, SectSize = 0;
115 Sections[i].getSize(SectSize);
118 SectAddr + SectSize > Address) {
420 uint64_t SectSize;
421 Sections[SectIdx].getSize(SectSize);
422 uint64_t End = containsNextSym ? NextSym : SectSize;
476 uint64_t SectSize;
477 Sections[SectIdx].getSize(SectSize);
479 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) {
499 uint64_t SectSize = 0, SectAddress = 0
    [all...]
llvm-objdump.cpp 323 uint64_t SectSize;
324 if (error(i->getSize(SectSize))) break;
335 End = SectSize;
  /hardware/ti/omap3/dspbridge/inc/
getsection.h 112 * sectSize The actual size of the section in target addressable units
120 extern size_t DLOAD_RoundUpSectionSize(LDR_ADDR sectSize);
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 269 milliseconds