HomeSort by relevance Sort by last modified time
    Searched defs:partitionType (Results 1 - 7 of 7) 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...]
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
FastbootDeviceFlasher.java 205 String partitionType = String.format("partition-type:%s", partition);
206 CommandResult result = device.executeFastbootCommand("getvar", partitionType);
211 Pattern regex = Pattern.compile(String.format("^%s:\\s*\\S+$", partitionType),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vds.h 656 GUID partitionType;
678 BYTE partitionType;
681 GUID partitionType;
691 BYTE partitionType;
695 GUID partitionType;
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 159 milliseconds