Searched refs:partitionType (Results 1 - 6 of 6) sorted by relevance

/external/gptfdisk/
H A Dgptpart.cc33 partitionType.Zero();
46 return partitionType.GetHexType();
52 return partitionType.TypeName();
59 return partitionType.UTypeName();
138 return (partitionType != GUIDData("0x00"));
159 if (GetDescription() == partitionType.UTypeName()) {
161 if (GetDescription() == partitionType.TypeName()) {
165 partitionType = t;
265 SetName(partitionType.TypeName());
269 partitionType
367 cout << "Partition GUID code: " << partitionType; local
[all...]
H A Dgptpart.h48 PartType partitionType; member in class:GPTPart
59 PartType & GetType(void) {return partitionType;}
75 void SetType(uint16_t hex) {partitionType = hex;}
H A Dmbrpart.cc45 partitionType = 0x00;
77 partitionType = orig.partitionType;
95 partitionType = orig.partitionType;
137 partitionType = UINT8_C(0);
153 partitionType = typeCode;
192 if ((partitionType == 0xEE) && (!validCHS) && (firstLBA == 1) &&
204 theStruct->partitionType = partitionType;
[all...]
H A Dmbrpart.h48 uint8_t partitionType; member in struct:MBRRecord
58 uint8_t partitionType; member in class:MBRPart
93 uint8_t GetType(void) {return partitionType;}
H A Dbasicmbr.cc297 ebrType = ebr.partitions[0].partitionType;
368 tempMBR.partitions[i].partitionType = 0x00;
384 tempMBR.partitions[1].partitionType = 0x0f;
392 tempMBR.partitions[1].partitionType = 0x00;
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...

Completed in 91 milliseconds