Searched refs:theGUID (Results 1 - 2 of 2) sorted by relevance

/external/gptfdisk/
H A Dgpt.h153 int SetPartitionGUID(uint32_t pn, GUIDData theGUID);
155 int ChangePartType(uint32_t pn, PartType theGUID);
H A Dgpt.cc1932 int GPTData::SetPartitionGUID(uint32_t pn, GUIDData theGUID) { argument
1937 partitions[pn].SetUniqueGUID(theGUID);
1958 int GPTData::ChangePartType(uint32_t partNum, PartType theGUID) { argument
1962 partitions[partNum].SetType(theGUID);

Completed in 364 milliseconds