Searched refs:GPTPart (Results 1 – 12 of 12) sorted by relevance
33 GPTPart::GPTPart(void) { in GPTPart() function in GPTPart42 GPTPart::GPTPart(const GPTPart & orig) { in GPTPart() function in GPTPart51 GPTPart::~GPTPart(void) { in ~GPTPart()55 uint16_t GPTPart::GetHexType(void) const { in GetHexType()61 string GPTPart::GetTypeName(void) { in GetTypeName()68 UnicodeString GPTPart::GetUTypeName(void) { in GetUTypeName()75 uint64_t GPTPart::GetLengthLBA(void) const { in GetLengthLBA()85 UnicodeString GPTPart::GetDescription(void) { in GetDescription()90 string GPTPart::GetDescription(void) { in GetDescription()146 int GPTPart::IsUsed(void) { in IsUsed()[all …]
37 class GPTPart {53 GPTPart(void);54 GPTPart(const GPTPart &);55 ~GPTPart(void);88 GPTPart & operator=(const GPTPart & orig);89 bool operator<(const GPTPart &other) const;93 int DoTheyOverlap(const GPTPart & other); // returns 1 if there's overlap
68 GPTPart *origPart;77 GPTPart emptySpace;
135 GPTPart MBRData::AsGPT(int i) { in AsGPT()137 GPTPart newPart; in AsGPT()
119 partitions = new GPTPart [numParts]; in GPTData()190 partitions = new GPTPart [numParts]; in operator =()1061 if (tempHeader.sizeOfPartitionEntries != sizeof(GPTPart)) { in LoadHeader()1071 cerr << " supports only " << sizeof(GPTPart) << "-byte entries.\n"; in LoadHeader()1074 tempHeader.sizeOfPartitionEntries = sizeof(GPTPart); in LoadHeader()1094 if (header.sizeOfPartitionEntries != sizeof(GPTPart)) { in LoadPartitionTable()1135 GPTPart *partsToCheck; in CheckTable()1143 partsToCheck = new GPTPart[header->numParts]; in CheckTable()1839 GPTPart* newParts; in SetGPTSize()1858 newParts = new GPTPart [numEntries]; in SetGPTSize()[all …]
38 GPTPart AsGPT(int i);
64 GPTPart *partitions;177 const GPTPart & operator[](uint32_t partNum) const;
87 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()
32 GPTPart partData; in ohos_dump()
369 GPTPart temp; in SwapPartitions()
1360 (GPTPart), which replaced a struct and enabled moving code from the1361 bloated GPTData class into GPTPart.