Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp161 uuid_t uuid_bytes; in GenerateUuid() local
162 uuid_generate(uuid_bytes); in GenerateUuid()
165 uuid_unparse_lower(uuid_bytes, uuid_chars); in GenerateUuid()