Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgptpart.cc32 GPTPart::GPTPart(void) { in GPTPart() function in GPTPart
41 GPTPart::~GPTPart(void) { in ~GPTPart()
45 uint16_t GPTPart::GetHexType(void) const { in GetHexType()
51 string GPTPart::GetTypeName(void) { in GetTypeName()
58 UnicodeString GPTPart::GetUTypeName(void) { in GetUTypeName()
65 uint64_t GPTPart::GetLengthLBA(void) const { in GetLengthLBA()
75 UnicodeString GPTPart::GetDescription(void) { in GetDescription()
80 string GPTPart::GetDescription(void) { in GetDescription()
137 int GPTPart::IsUsed(void) { in IsUsed()
143 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.cc136 GPTPart MBRData::AsGPT(int i) { in AsGPT()
138 GPTPart newPart; in AsGPT()
Dmbr.h39 GPTPart AsGPT(int i);
Dbsd.cc267 GPTPart BSDData::AsGPT(int i) { in AsGPT()
268 GPTPart guid; // dump data in here, then return it in AsGPT()
Dbsd.h90 GPTPart AsGPT(int i); // Return BSD part. as GPT part.
Dgpt.cc144 partitions = new GPTPart [numParts]; in operator =()
988 GPTPart *partsToCheck; in CheckTable()
996 partsToCheck = new GPTPart[header->numParts]; in CheckTable()
1685 GPTPart* newParts; in SetGPTSize()
1704 newParts = new GPTPart [numEntries]; in SetGPTSize()
1815 GPTPart temp; in SwapPartitions()
2348 const GPTPart & GPTData::operator[](uint32_t partNum) const { in operator []()
2450 if (sizeof(GPTPart) != 128) { in SizesOK()
2451 cerr << "GPTPart is " << sizeof(GPTPart) << " bytes, should be 128 bytes; aborting!\n"; in SizesOK()
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.