HomeSort by relevance Sort by last modified time
    Searched refs:BuildKeyPath (Results 1 - 4 of 4) sorted by null

  /system/vold/
Utils.h 101 std::string BuildKeyPath(const std::string& partGuid);
Utils.cpp 605 std::string BuildKeyPath(const std::string& partGuid) {
VolumeManager.cpp 331 std::string keyPath = android::vold::BuildKeyPath(normalizedGuid);
  /system/vold/model/
Disk.cpp 202 if (!ReadFileToString(BuildKeyPath(normalizedGuid), &keyRaw)) {
495 if (!WriteStringToFile(keyRaw, BuildKeyPath(partGuid))) {

Completed in 66 milliseconds