Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dbsd.cc76 BSDRecord* tempRecords; in ReadBSDData()
138 partitions = new struct BSDRecord[numParts * sizeof(struct BSDRecord)]; in ReadBSDData()
144 // Once again, we use the buffer, but index it using a BSDRecord in ReadBSDData()
146 tempRecords = (BSDRecord*) &buffer[labelStart + 148]; in ReadBSDData()
H A Dbsd.h45 struct BSDRecord { // the partition table struct
65 struct BSDRecord* partitions; // partition array

Completed in 2 milliseconds