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.h53 class MBRPart {
71 MBRPart();
72 MBRPart(const MBRPart& other);
73 virtual ~MBRPart();
74 virtual MBRPart& operator=(const MBRPart& orig);
75 virtual MBRPart& operator=(const struct MBRRecord& orig);
76 bool operator<(const MBRPart &other) const;
100 int DoTheyOverlap (const MBRPart& other);
Dbasicmbr.h48 MBRPart partitions[MAX_MBR_PARTS];
60 MBRPart* GetPartition(int i); // Return primary or logical partition
113 void AddPart(int num, const MBRPart& newPart);
Dbasicmbr.cc1030 void BasicMBRData::AddPart(int num, const MBRPart& newPart) { in AddPart()
1312 MBRPart temp; in RemoveLogicalsFromFirstFour()
1339 MBRPart temp; in MovePrimariesToFirstFour()
1366 MBRPart temp; in CreateExtended()
1505 MBRPart* thePart; in GetStatus()
1517 MBRPart* thePart; in GetType()
1529 MBRPart* thePart; in GetFirstSector()
1541 MBRPart* thePart; in GetLength()
1560 MBRPart* BasicMBRData::GetPartition(int i) { in GetPartition()
1561 MBRPart* thePart = NULL; in GetPartition()
Dmbr.cc134 MBRPart* origPart; in AsGPT()
Dgptcl.cc518 MBRPart newPart; in BuildMBR()
Dgpttext.cc435 MBRPart hybridPart; in MakeHybrid()