HomeSort by relevance Sort by last modified time
    Searched defs:partitionType (Results 1 - 4 of 4) sorted by null

  /external/gptfdisk/
gptpart.h 48 PartType partitionType;
59 PartType & GetType(void) {return partitionType;}
75 void SetType(uint16_t hex) {partitionType = hex;}
mbrpart.h 48 uint8_t partitionType;
58 uint8_t partitionType;
93 uint8_t GetType(void) {return partitionType;}
gptpart.cc 35 partitionType.Zero();
48 return partitionType.GetHexType();
54 return partitionType.TypeName();
61 return partitionType.UTypeName();
140 return (partitionType != GUIDData("0x00"));
161 if (GetDescription() == partitionType.UTypeName()) {
163 if (GetDescription() == partitionType.TypeName()) {
167 partitionType = t;
267 SetName(partitionType.TypeName());
271 partitionType = orig.partitionType
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 

Completed in 200 milliseconds