Home
last modified time | relevance | path

Searched refs:BuildKeyPath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/vold/model/
H A DDisk.cpp197 if (!ReadFileToString(BuildKeyPath(normalizedGuid), &keyRaw)) { in createPrivateVolume()
520 if (!WriteStringToFile(keyRaw, BuildKeyPath(partGuid))) { in partitionMixed()
/aosp_15_r20/system/vold/
H A DUtils.h148 std::string BuildKeyPath(const std::string& partGuid);
H A DVolumeManager.cpp357 std::string keyPath = android::vold::BuildKeyPath(normalizedGuid); in forgetPartition()
H A DUtils.cpp1154 std::string BuildKeyPath(const std::string& partGuid) { in BuildKeyPath() function