Home
last modified time | relevance | path

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

/external/qemu/include/sysemu/
Dsysemu.h29 #define UUID_FMT "%02hhx%02hhx%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx%02hh… macro
/external/qemu/
Darch_init.c658 ret = sscanf(str, UUID_FMT, &uuid[0], &uuid[1], &uuid[2], &uuid[3], in qemu_uuid_parse()