Home
last modified time | relevance | path

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

/aosp_15_r20/external/gptfdisk/
H A Dsgdisk.cc69 res << "DISK gpt " << gptData.GetDiskGUID() << endl; in android_dump()
H A Dgpt.h179 const GUIDData & GetDiskGUID(void) const;
H A Dgpttext.cc862 cout << "The new disk GUID is " << GetDiskGUID() << "\n"; in ExpertsMenu()
H A Dgpt.cc2571 const GUIDData & GPTData::GetDiskGUID(void) const { in GetDiskGUID() function in GPTData