Searched refs:theStruct (Results 1 - 2 of 2) sorted by relevance

/external/gptfdisk/
H A Dmbrpart.cc199 void MBRPart::StoreInStruct(MBRRecord* theStruct) { argument
202 theStruct->firstLBA = firstLBA;
203 theStruct->lengthLBA = lengthLBA;
204 theStruct->partitionType = partitionType;
205 theStruct->status = status;
207 theStruct->firstSector[i] = firstSector[i];
208 theStruct->lastSector[i] = lastSector[i];
H A Dmbrpart.h90 void StoreInStruct(struct MBRRecord *theStruct);

Completed in 41 milliseconds