Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:PartType

1951 int GPTData::ChangePartType(uint32_t partNum, PartType theGUID) {
2458 if (sizeof(PartType) != 16) {
2459 cerr << "PartType is " << sizeof(PartType) << " bytes, should be 16 bytes; aborting!\n";