Home
last modified time | relevance | path

Searched refs:normalizedGuid (Results 1 – 2 of 2) sorted by relevance

/system/vold/model/
DDisk.cpp195 std::string normalizedGuid; in createPrivateVolume() local
196 if (NormalizeHex(partGuid, normalizedGuid)) { in createPrivateVolume()
202 if (!ReadFileToString(BuildKeyPath(normalizedGuid), &keyRaw)) { in createPrivateVolume()
203 PLOG(ERROR) << "Failed to load key for GUID " << normalizedGuid; in createPrivateVolume()
207 LOG(DEBUG) << "Found key for GUID " << normalizedGuid; in createPrivateVolume()
/system/vold/
DVolumeManager.cpp324 std::string normalizedGuid; in forgetPartition() local
325 if (android::vold::NormalizeHex(partGuid, normalizedGuid)) { in forgetPartition()
331 std::string keyPath = android::vold::BuildKeyPath(normalizedGuid); in forgetPartition()