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

  /hardware/bsp/intel/soc/common/tools/
gpt_ini2bin.py 60 npart = len(part)
65 out.write(struct.pack('<I', npart))
  /external/e2fsprogs/lib/ext2fs/
dosio.c 48 static unsigned short npart = 0; /* Number of mapped partitions */ variable
219 for(;i < npart; i++)
338 newparts = (PARTITION**)realloc(partitions, sizeof(PARTITION) * npart);
344 partitions[npart++] = active = part;

Completed in 490 milliseconds