HomeSort by relevance Sort by last modified time
    Searched defs:GPTPart (Results 1 - 2 of 2) 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
29 #include "gptpart.h"
34 GPTPart::GPTPart(void) {
43 GPTPart::~GPTPart(void) {
47 uint16_t GPTPart::GetHexType(void) const {
49 } // GPTPart::GetHexType()
53 string GPTPart::GetTypeName(void) {
55 } // GPTPart::GetNameType(
    [all...]

Completed in 155 milliseconds