Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgpt.cc988 GPTPart *partsToCheck; in CheckTable() local
996 partsToCheck = new GPTPart[header->numParts]; in CheckTable()
998 if (partsToCheck == NULL) { in CheckTable()
1002 if (myDisk.Read(partsToCheck, sizeOfParts) != (int) sizeOfParts) { in CheckTable()
1005 newCRC = chksum_crc32((unsigned char*) partsToCheck, sizeOfParts); in CheckTable()
1017 delete[] partsToCheck; in CheckTable()