Home
last modified time | relevance | path

Searched refs:GPTPart (Results 1 - 11 of 11) sorted by relevance

/third_party/gptfdisk/
H A 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()
57 } // GPTPart::GetHexType() in GetHexType()
61 string GPTPart
[all...]
H A Dgptpart.h26 // Values returned by GPTPart::IsSizedForMBR()
33 * GPTPart class and related structures *
37 class GPTPart { class
39 // Caution: The non-static data in GPTPart is precisely the right size
44 // GPTData::LoadSecondTableAsMain() and then removing the GPTPart
53 GPTPart(void);
54 GPTPart(const GPTPart &);
55 ~GPTPart(void);
88 GPTPart
[all...]
H A Dgptcurses.h68 GPTPart *origPart;
77 GPTPart emptySpace;
H A Dmbr.cc135 GPTPart MBRData::AsGPT(int i) { in AsGPT()
137 GPTPart newPart; in AsGPT()
H A Dgpt.cc120 partitions = new GPTPart [numParts]; in GPTData()
191 partitions = new GPTPart [numParts]; in operator =()
1071 if (tempHeader.sizeOfPartitionEntries != sizeof(GPTPart)) { in LoadHeader()
1081 cerr << " supports only " << sizeof(GPTPart) << "-byte entries.\n"; in LoadHeader()
1084 tempHeader.sizeOfPartitionEntries = sizeof(GPTPart); in LoadHeader()
1104 if (header.sizeOfPartitionEntries != sizeof(GPTPart)) { in LoadPartitionTable()
1145 GPTPart *partsToCheck; in CheckTable()
1153 partsToCheck = new GPTPart[header->numParts]; in CheckTable()
1849 GPTPart* newParts; in SetGPTSize()
1868 newParts = new GPTPart [numEntrie in SetGPTSize()
[all...]
H A Dmbr.h38 GPTPart AsGPT(int i);
H A Dgpt.h64 GPTPart *partitions;
178 const GPTPart & operator[](uint32_t partNum) const;
H A Dbsd.cc269 GPTPart BSDData::AsGPT(int i) { in AsGPT()
270 GPTPart guid; // dump data in here, then return it in AsGPT()
H A Dbsd.h87 GPTPart AsGPT(int i); // Return BSD part. as GPT part.
H A Dsgdisk.cc32 GPTPart partData; in ohos_dump()
H A Dgpttext.cc391 GPTPart temp; in SwapPartitions()

Completed in 9 milliseconds