Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgpt.cc996 GPTPart *partsToCheck; in CheckTable() local
1004 partsToCheck = new GPTPart[header->numParts]; in CheckTable()
1006 if (partsToCheck == NULL) { in CheckTable()
1010 if (myDisk.Read(partsToCheck, sizeOfParts) != (int) sizeOfParts) { in CheckTable()
1013 newCRC = chksum_crc32((unsigned char*) partsToCheck, sizeOfParts); in CheckTable()
1025 delete[] partsToCheck; in CheckTable()