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

  /external/gptfdisk/
parttypes.cc 56 AType* tempType;
61 tempType = allTypes;
63 delete tempType;
239 AType* tempType;
242 tempType = new AType;
243 if (tempType != NULL) {
244 tempType->MBRType = mbrType;
245 tempType->GUIDType = guidData;
246 tempType->name = name;
247 tempType->display = toDisplay
    [all...]
gptpart.cc 430 PartType tempType = (GUIDData) "00000000-0000-0000-0000-000000000000";
446 tempType = DEFAULT_GPT_TYPE;
448 tempType = line;
450 } while (tempType == (GUIDData) "00000000-0000-0000-0000-000000000000");
451 partitionType = tempType;
gptcurses.cc 372 PartType tempType;
386 tempType = partitions[partNum].GetType().GetHexType();
387 tempType = temp;
388 partitions[partNum].SetType(tempType);
811 PartType tempType;
816 tempType.ShowAllTypes(LINES - 3);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 646 byte tempType = fieldTypes[position1];
648 fieldTypes[position2] = tempType;
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 476 milliseconds