Searched refs:GPTPart (Results 1 – 11 of 11) sorted by relevance
32 GPTPart::GPTPart(void) { in GPTPart() function in GPTPart41 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 …]
39 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
70 GPTPart *origPart;79 GPTPart emptySpace;
136 GPTPart MBRData::AsGPT(int i) { in AsGPT()138 GPTPart newPart; in AsGPT()
39 GPTPart AsGPT(int i);
267 GPTPart BSDData::AsGPT(int i) { in AsGPT()268 GPTPart guid; // dump data in here, then return it in AsGPT()
90 GPTPart AsGPT(int i); // Return BSD part. as GPT part.
144 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()
36 GPTPart partData; in android_dump()
335 GPTPart temp; in SwapPartitions()
1007 (GPTPart), which replaced a struct and enabled moving code from the1008 bloated GPTData class into GPTPart.