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

/external/gptfdisk/
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 57 milliseconds