Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgpt.h80 int bsdFound; // set to 1 if BSD disklabel detected in MBR variable
Dgpt.cc77 bsdFound = 0; in GPTData()
101 bsdFound = 0; in GPTData()
136 bsdFound = orig.bsdFound; in operator =()
1491 if ((state == gpt_invalid) && bsdFound) { in UseWhichPartitions()
Dgpttext.cc356 if ((apmFound) || (bsdFound)) { in DestroyGPTwPrompt()