Searched refs:normalizedGuid (Results 1 – 2 of 2) sorted by relevance
180 std::string normalizedGuid; in createPrivateVolume() local181 if (NormalizeHex(partGuid, normalizedGuid)) { in createPrivateVolume()187 if (!ReadFileToString(BuildKeyPath(normalizedGuid), &keyRaw)) { in createPrivateVolume()188 PLOG(ERROR) << "Failed to load key for GUID " << normalizedGuid; in createPrivateVolume()192 LOG(DEBUG) << "Found key for GUID " << normalizedGuid; in createPrivateVolume()
406 std::string normalizedGuid; in forgetPartition() local407 if (android::vold::NormalizeHex(partGuid, normalizedGuid)) { in forgetPartition()412 std::string keyPath = android::vold::BuildKeyPath(normalizedGuid); in forgetPartition()