Home
last modified time | relevance | path

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

/external/gptfdisk/
Dmbrpart.cc31 uint32_t MBRPart::numHeads = MAX_HEADS;
32 uint32_t MBRPart::numSecspTrack = MAX_SECSPERTRACK;
33 uint64_t MBRPart::diskSize = 0;
34 uint32_t MBRPart::blockSize = 512;
35 int MBRPart::numInstances = 0;
37 MBRPart::MBRPart() { in MBRPart() function in MBRPart
60 MBRPart::MBRPart(const MBRPart& orig) { in MBRPart() function in MBRPart
65 MBRPart::~MBRPart() { in ~MBRPart()
69 MBRPart& MBRPart::operator=(const MBRPart& orig) { in operator =()
87 MBRPart& MBRPart::operator=(const struct MBRRecord& orig) { in operator =()
[all …]
Dmbrpart.h54 class MBRPart {
72 MBRPart();
73 MBRPart(const MBRPart& other);
74 virtual ~MBRPart();
75 virtual MBRPart& operator=(const MBRPart& orig);
76 virtual MBRPart& operator=(const struct MBRRecord& orig);
77 bool operator<(const MBRPart &other) const;
101 int DoTheyOverlap (const MBRPart& other);
Dbasicmbr.h49 MBRPart partitions[MAX_MBR_PARTS];
61 MBRPart* GetPartition(int i); // Return primary or logical partition
113 void AddPart(int num, const MBRPart& newPart);
Dbasicmbr.cc997 void BasicMBRData::AddPart(int num, const MBRPart& newPart) { in AddPart()
1279 MBRPart temp; in RemoveLogicalsFromFirstFour()
1306 MBRPart temp; in MovePrimariesToFirstFour()
1333 MBRPart temp; in CreateExtended()
1472 MBRPart* thePart; in GetStatus()
1484 MBRPart* thePart; in GetType()
1496 MBRPart* thePart; in GetFirstSector()
1508 MBRPart* thePart; in GetLength()
1527 MBRPart* BasicMBRData::GetPartition(int i) { in GetPartition()
1528 MBRPart* thePart = NULL; in GetPartition()
Dmbr.cc137 MBRPart* origPart; in AsGPT()
Dgptcl.cc478 MBRPart newPart; in BuildMBR()
Dgpttext.cc401 MBRPart hybridPart; in MakeHybrid()