Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgptpart.cc34 GPTPart::GPTPart(void) { in GPTPart() function in GPTPart
43 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 …]
Dgptpart.h39 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
Dgptcurses.h70 GPTPart *origPart;
79 GPTPart emptySpace;
Dmbr.cc138 GPTPart MBRData::AsGPT(int i) { in AsGPT()
140 GPTPart newPart; in AsGPT()
Dmbr.h39 GPTPart AsGPT(int i);
Dgpt.h65 GPTPart *partitions;
174 const GPTPart & operator[](uint32_t partNum) const;
Dgpt.cc149 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()
Dbsd.h90 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.cc36 GPTPart partData; in android_dump()
Dgpttext.cc335 GPTPart temp; in SwapPartitions()
DNEWS1007 (GPTPart), which replaced a struct and enabled moving code from the
1008 bloated GPTData class into GPTPart.