Home
last modified time | relevance | path

Searched refs:GenerateRandomUuid (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/vold/
H A DUtils.h121 status_t GenerateRandomUuid(std::string& out);
H A DUtils.cpp802 status_t GenerateRandomUuid(std::string& out) { in GenerateRandomUuid() function
/aosp12/system/vold/model/
H A DDisk.cpp503 if (GenerateRandomUuid(partGuidRaw) != OK) { in partitionMixed()