Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dsgdisk.cc63 res << "DISK gpt " << gptData.GetDiskGUID() << endl; in ohos_dump()
Dgpt.h178 const GUIDData & GetDiskGUID(void) const;
Dgpttext.cc862 cout << "The new disk GUID is " << GetDiskGUID() << "\n"; in ExpertsMenu()
Dgpt.cc2567 const GUIDData & GPTData::GetDiskGUID(void) const { in GetDiskGUID() function in GPTData