Home
last modified time | relevance | path

Searched refs:sizeOfParts (Results 1 – 1 of 1) sorted by relevance

/external/gptfdisk/
Dgpt.cc1065 uint32_t sizeOfParts, newCRC; in LoadPartitionTable() local
1080 sizeOfParts = header.numParts * header.sizeOfPartitionEntries; in LoadPartitionTable()
1081 if (disk.Read(partitions, sizeOfParts) != (int) sizeOfParts) { in LoadPartitionTable()
1085 newCRC = chksum_crc32((unsigned char*) partitions, sizeOfParts); in LoadPartitionTable()
1108 uint32_t sizeOfParts, newCRC; in CheckTable() local
1118 sizeOfParts = header->numParts * header->sizeOfPartitionEntries; in CheckTable()
1123 if (myDisk.Read(partsToCheck, sizeOfParts) != (int) sizeOfParts) { in CheckTable()
1126 newCRC = chksum_crc32((unsigned char*) partsToCheck, sizeOfParts); in CheckTable()