Lines Matching refs:partGuid
189 void Disk::createPrivateVolume(dev_t device, const std::string& partGuid) { in createPrivateVolume() argument
191 if (NormalizeHex(partGuid, normalizedGuid)) { in createPrivateVolume()
192 LOG(WARNING) << "Invalid GUID " << partGuid; in createPrivateVolume()
217 vol->setPartGuid(partGuid); in createPrivateVolume()
399 auto partGuid = *it; in readPartitions() local
404 createPrivateVolume(partDevice, partGuid); in readPartitions()
515 std::string partGuid; in partitionMixed() local
516 StrToHex(partGuidRaw, partGuid); in partitionMixed()
518 if (!WriteStringToFile(keyRaw, BuildKeyPath(partGuid))) { in partitionMixed()
522 LOG(DEBUG) << "Persisted key for GUID " << partGuid; in partitionMixed()
554 cmd.push_back(StringPrintf("--partition-guid=0:%s", partGuid.c_str())); in partitionMixed()