Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dsgdisk.cc32 GPTPart partData; in ohos_dump() local
66 partData = gptData[i]; in ohos_dump()
67 if (partData.GetFirstLBA() > 0) { in ohos_dump()
68 … res << "PART " << (i + 1) << " " << partData.GetType() << " " << partData.GetUniqueGUID() << " " in ohos_dump()
69 << partData.GetDescription() << endl; in ohos_dump()