HomeSort by relevance Sort by last modified time
    Searched refs:GPTPart (Results 1 - 11 of 11) sorted by null

  /external/gptfdisk/
gptpart.h 2 // C++ Interface: gptpart
28 // Values returned by GPTPart::IsSizedForMBR()
35 * GPTPart class and related structures *
39 class GPTPart {
41 // Caution: The non-static data in GPTPart is precisely the right size
46 // GPTData::LoadSecondTableAsMain() and then removing the GPTPart
55 GPTPart(void);
56 ~GPTPart(void);
89 GPTPart & operator=(const GPTPart & orig)
    [all...]
gptpart.cc 2 // C++ Implementation: gptpart
27 #include "gptpart.h"
32 GPTPart::GPTPart(void) {
41 GPTPart::~GPTPart(void) {
45 uint16_t GPTPart::GetHexType(void) const {
47 } // GPTPart::GetHexType()
51 string GPTPart::GetTypeName(void) {
53 } // GPTPart::GetNameType(
    [all...]
mbr.h 8 #include "gptpart.h"
39 GPTPart AsGPT(int i);
gptcurses.h 24 #include "gptpart.h"
70 GPTPart *origPart;
79 GPTPart emptySpace;
bsd.h 8 #include "gptpart.h"
90 GPTPart AsGPT(int i); // Return BSD part. as GPT part.
sgdisk.cc 35 GPTPart partData;
mbr.cc 136 GPTPart MBRData::AsGPT(int i) {
138 GPTPart newPart;
bsd.cc 267 GPTPart BSDData::AsGPT(int i) {
268 GPTPart guid; // dump data in here, then return it
gpt.h 9 #include "gptpart.h"
13 #include "gptpart.h"
65 GPTPart *partitions;
139 int OnePartToMBR(uint32_t gptPart, int mbrPart); // add one partition to MBR. Returns 1 if successful
173 const GPTPart & operator[](uint32_t partNum) const;
gpt.cc 144 partitions = new GPTPart [numParts];
    [all...]
gpttext.cc 335 GPTPart temp;
    [all...]

Completed in 122 milliseconds