Home
last modified time | relevance | path

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

/external/gptfdisk/
Dmbrpart.cc33 uint32_t MBRPart::numHeads = MAX_HEADS;
34 uint32_t MBRPart::numSecspTrack = MAX_SECSPERTRACK;
35 uint64_t MBRPart::diskSize = 0;
36 uint32_t MBRPart::blockSize = 512;
37 int MBRPart::numInstances = 0;
39 MBRPart::MBRPart() { in MBRPart() function in MBRPart
62 MBRPart::MBRPart(const MBRPart& orig) { in MBRPart() function in MBRPart
67 MBRPart::~MBRPart() { in ~MBRPart()
71 MBRPart& MBRPart::operator=(const MBRPart& orig) { in operator =()
89 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.cc999 void BasicMBRData::AddPart(int num, const MBRPart& newPart) { in AddPart()
1281 MBRPart temp; in RemoveLogicalsFromFirstFour()
1308 MBRPart temp; in MovePrimariesToFirstFour()
1335 MBRPart temp; in CreateExtended()
1474 MBRPart* thePart; in GetStatus()
1486 MBRPart* thePart; in GetType()
1498 MBRPart* thePart; in GetFirstSector()
1510 MBRPart* thePart; in GetLength()
1529 MBRPart* BasicMBRData::GetPartition(int i) { in GetPartition()
1530 MBRPart* thePart = NULL; in GetPartition()
Dmbr.cc139 MBRPart* origPart; in AsGPT()
Dgptcl.cc487 MBRPart newPart; in BuildMBR()
Dgpttext.cc401 MBRPart hybridPart; in MakeHybrid()