Searched defs:MBRPart (Results 1 - 2 of 2) sorted by relevance

/external/gptfdisk/
H A Dmbrpart.cc2 MBRPart class, part of GPT fdisk program family.
33 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() { function in class:MBRPart
62 MBRPart::MBRPart(cons function in class:MBRPart
[all...]
H A Dmbrpart.h2 MBRPart class, part of GPT fdisk program family.
54 class MBRPart { class
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
[all...]

Completed in 124 milliseconds