Home
last modified time | relevance | path

Searched refs:GPTPart (Results 1 – 12 of 12) sorted by relevance

/third_party/gptfdisk/
Dgptpart.cc33 GPTPart::GPTPart(void) { in GPTPart() function in GPTPart
42 GPTPart::GPTPart(const GPTPart & orig) { in GPTPart() function in GPTPart
51 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 …]
Dgptpart.h37 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
Dgptcurses.h68 GPTPart *origPart;
77 GPTPart emptySpace;
Dmbr.cc135 GPTPart MBRData::AsGPT(int i) { in AsGPT()
137 GPTPart newPart; in AsGPT()
Dgpt.cc119 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 …]
Dmbr.h38 GPTPart AsGPT(int i);
Dgpt.h64 GPTPart *partitions;
177 const GPTPart & operator[](uint32_t partNum) const;
Dbsd.h87 GPTPart AsGPT(int i); // Return BSD part. as GPT part.
Dbsd.cc269 GPTPart BSDData::AsGPT(int i) { in AsGPT()
270 GPTPart guid; // dump data in here, then return it in AsGPT()
Dsgdisk.cc32 GPTPart partData; in ohos_dump()
Dgpttext.cc369 GPTPart temp; in SwapPartitions()
DNEWS1360 (GPTPart), which replaced a struct and enabled moving code from the
1361 bloated GPTData class into GPTPart.