Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgpt.cc1109 GPTPart *partsToCheck; in CheckTable() local
1117 partsToCheck = new GPTPart[header->numParts]; in CheckTable()
1119 if (partsToCheck == NULL) { in CheckTable()
1123 if (myDisk.Read(partsToCheck, sizeOfParts) != (int) sizeOfParts) { in CheckTable()
1126 newCRC = chksum_crc32((unsigned char*) partsToCheck, sizeOfParts); in CheckTable()
1138 delete[] partsToCheck; in CheckTable()