Home
last modified time | relevance | path

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

/external/gptfdisk/
Dparttypes.cc21 int PartType::numInstances = 0;
22 AType* PartType::allTypes = NULL;
23 AType* PartType::lastType = NULL;
34 PartType::PartType(void) : GUIDData() { in PartType() function in PartType
41 PartType::PartType(const PartType & orig) : GUIDData(orig) { in PartType() function in PartType
48 PartType::PartType(const GUIDData & orig) : GUIDData(orig) { in PartType() function in PartType
55 PartType::~PartType(void) { in ~PartType()
72 void PartType::AddAllTypes(void) { in AddAllTypes()
237 int PartType::AddType(uint16_t mbrType, const char * guidData, const char * name, in AddType()
267 PartType & PartType::operator=(const string & orig) { in operator =()
[all …]
Dparttypes.h32 class PartType : public GUIDData {
39 PartType(void);
40 PartType(const PartType & orig);
41 PartType(const GUIDData & orig);
42 ~PartType(void);
48 PartType & operator=(const string & orig);
49 PartType & operator=(const char * orig);
55 PartType & operator=(uint16_t ID); // Use MBR type code times 0x0100 to assign GUID
Dgptpart.h48 PartType partitionType;
59 PartType & GetType(void) {return partitionType;} in GetType()
74 void SetType(PartType t);
Dgptpart.cc159 void GPTPart::SetType(PartType t) {
430 PartType tempType = (GUIDData) "00000000-0000-0000-0000-000000000000";
Dgpt.h155 int ChangePartType(uint32_t pn, PartType theGUID);
Dgptcurses.cc372 PartType tempType; in ChangeType()
811 PartType tempType; in ShowTypes()
Dgptcl.cc70 PartType typeHelper; in DoOptions()
Dgpt.cc1961 int GPTData::ChangePartType(uint32_t partNum, PartType theGUID) { in ChangePartType()
2468 if (sizeof(PartType) != 16) { in SizesOK()
2469 cerr << "PartType is " << sizeof(PartType) << " bytes, should be 16 bytes; aborting!\n"; in SizesOK()
Dgpttext.cc547 PartType typeHelper; in MainMenu()
DNEWS775 it to PartType.
/external/v8/src/runtime/
Druntime-regexp.cc84 enum PartType { enum in v8::internal::CompiledReplacement