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

  /external/gptfdisk/
guid.h 2 // C++ Interface: GUIDData
4 // Description: GUIDData class header
5 // Implements the GUIDData data structure and support methods
37 class GUIDData {
44 GUIDData(void);
45 GUIDData(const GUIDData & orig);
46 GUIDData(const string & orig);
47 GUIDData(const char * orig);
48 ~GUIDData(void)
    [all...]
guid.cc 2 // C++ Implementation: GUIDData
4 // Description: GUIDData class header
5 // Implements the GUIDData data structure and support methods
27 bool GUIDData::firstInstance = 1;
29 GUIDData::GUIDData(void) {
37 GUIDData::GUIDData(const GUIDData & orig) {
41 GUIDData::GUIDData(const string & orig)
    [all...]
parttypes.h 26 GUIDData GUIDType;
32 class PartType : public GUIDData {
41 PartType(const GUIDData & orig);
45 int AddType(uint16_t mbrType, const char * guidData, const char * name, int toDisplay = 1);
52 GUIDData & operator=(const GUIDData & orig) {return GUIDData::operator=(orig);}
gptpart.h 49 GUIDData uniqueGUID;
63 const GUIDData GetUniqueGUID(void) const {return uniqueGUID;}
76 void SetUniqueGUID(GUIDData u) {uniqueGUID = u;}
parttypes.cc 32 PartType::PartType(void) : GUIDData() {
39 PartType::PartType(const PartType & orig) : GUIDData(orig) {
46 PartType::PartType(const GUIDData & orig) : GUIDData(orig) {
235 int PartType::AddType(uint16_t mbrType, const char * guidData, const char * name,
243 tempType->GUIDType = guidData;
274 GUIDData::operator=(orig);
292 GUIDData::operator=(theItem->GUIDType);
gpt.h 53 GUIDData diskGUID;
151 void SetDiskGUID(GUIDData newGUID);
152 int SetPartitionGUID(uint32_t pn, GUIDData theGUID);
174 const GUIDData & GetDiskGUID(void) const;
gptpart.cc 138 return (partitionType != GUIDData("0x00"));
428 PartType tempType = (GUIDData) "00000000-0000-0000-0000-000000000000";
448 } while (tempType == (GUIDData) "00000000-0000-0000-0000-000000000000");
gpttext.cc 287 SetPartitionGUID(partNum, (GUIDData) guidStr);
769 GUIDData aGUID;
802 SetDiskGUID((GUIDData) guidStr);
    [all...]
gpt.cc     [all...]
gptcl.cc 364 if ((typeHelper != (GUIDData) "00000000-0000-0000-0000-000000000000") &&
gptcurses.cc 390 } while ((temp[0] == 'L') || (temp[0] == 'l') || (partitions[partNum].GetType() == (GUIDData) "0x0000"));

Completed in 73 milliseconds