Home
last modified time | relevance | path

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

/system/vold/
DUtils.h93 status_t GenerateRandomUuid(std::string& out);
DUtils.cpp442 status_t GenerateRandomUuid(std::string& out) { in GenerateRandomUuid() function
/system/vold/model/
DDisk.cpp473 if (GenerateRandomUuid(partGuidRaw) != OK) { in partitionMixed()