Searched refs:normalizedGuid (Results 1 – 2 of 2) sorted by relevance
151 std::string normalizedGuid; in createPrivateVolume() local152 if (NormalizeHex(partGuid, normalizedGuid)) { in createPrivateVolume()158 if (!ReadFileToString(BuildKeyPath(normalizedGuid), &keyRaw)) { in createPrivateVolume()159 PLOG(ERROR) << "Failed to load key for GUID " << normalizedGuid; in createPrivateVolume()163 LOG(DEBUG) << "Found key for GUID " << normalizedGuid; in createPrivateVolume()
400 std::string normalizedGuid; in forgetPartition() local401 if (android::vold::NormalizeHex(partGuid, normalizedGuid)) { in forgetPartition()406 std::string keyPath = android::vold::BuildKeyPath(normalizedGuid); in forgetPartition()