Home
last modified time | relevance | path

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

/external/gptfdisk/
Dparttypes.cc286 AType* theItem = allTypes; in operator =() local
290 while ((theItem != NULL) && (!found)) { in operator =()
291 if (theItem->MBRType == ID) { in operator =()
292 GUIDData::operator=(theItem->GUIDType); in operator =()
295 theItem = theItem->next; in operator =()
313 AType* theItem = allTypes; in TypeName() local
317 while ((theItem != NULL) && (!found)) { in TypeName()
318 if (theItem->GUIDType == *this) { // found it! in TypeName()
319 typeName = theItem->name; in TypeName()
322 theItem = theItem->next; in TypeName()
[all …]