Searched refs:GPTPart (Results 1 – 12 of 12) sorted by relevance
34 GPTPart::GPTPart(void) { in GPTPart() function in GPTPart43 GPTPart::~GPTPart(void) { in ~GPTPart()47 uint16_t GPTPart::GetHexType(void) const { in GetHexType()53 string GPTPart::GetTypeName(void) { in GetTypeName()60 UnicodeString GPTPart::GetUTypeName(void) { in GetUTypeName()67 uint64_t GPTPart::GetLengthLBA(void) const { in GetLengthLBA()77 UnicodeString GPTPart::GetDescription(void) { in GetDescription()82 string GPTPart::GetDescription(void) { in GetDescription()139 int GPTPart::IsUsed(void) { in IsUsed()145 int GPTPart::IsSizedForMBR(void) { in IsSizedForMBR()[all …]
39 class GPTPart {55 GPTPart(void);56 ~GPTPart(void);89 GPTPart & operator=(const GPTPart & orig);90 bool operator<(const GPTPart &other) const;94 int DoTheyOverlap(const GPTPart & other); // returns 1 if there's overlap
70 GPTPart *origPart;79 GPTPart emptySpace;
138 GPTPart MBRData::AsGPT(int i) { in AsGPT()140 GPTPart newPart; in AsGPT()
39 GPTPart AsGPT(int i);
65 GPTPart *partitions;174 const GPTPart & operator[](uint32_t partNum) const;
149 partitions = new GPTPart [numParts]; in operator =()955 if (header.sizeOfPartitionEntries != sizeof(GPTPart)) { in LoadPartitionTable()996 GPTPart *partsToCheck; in CheckTable()1004 partsToCheck = new GPTPart[header->numParts]; in CheckTable()1695 GPTPart* newParts; in SetGPTSize()1714 newParts = new GPTPart [numEntries]; in SetGPTSize()1825 GPTPart temp; in SwapPartitions()2358 const GPTPart & GPTData::operator[](uint32_t partNum) const { in operator []()2460 if (sizeof(GPTPart) != 128) { in SizesOK()2461 cerr << "GPTPart is " << sizeof(GPTPart) << " bytes, should be 128 bytes; aborting!\n"; in SizesOK()
90 GPTPart AsGPT(int i); // Return BSD part. as GPT part.
269 GPTPart BSDData::AsGPT(int i) { in AsGPT()270 GPTPart guid; // dump data in here, then return it in AsGPT()
36 GPTPart partData; in android_dump()
335 GPTPart temp; in SwapPartitions()
1007 (GPTPart), which replaced a struct and enabled moving code from the1008 bloated GPTData class into GPTPart.