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

  /external/qemu/include/sysemu/
sysemu.h 29 #define UUID_FMT "%02hhx%02hhx%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx"
  /external/qemu/
arch_init.c 658 ret = sscanf(str, UUID_FMT, &uuid[0], &uuid[1], &uuid[2], &uuid[3],

Completed in 155 milliseconds