Home
last modified time | relevance | path

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

/external/qemu/
Dsysemu.h26 int qemu_uuid_parse(const char *str, uint8_t *uuid);
Darch_init.c654 int qemu_uuid_parse(const char *str, uint8_t *uuid) in qemu_uuid_parse() function
Dvl.c2663 if(qemu_uuid_parse(optarg, qemu_uuid) < 0) { in main()
Dvl-android.c3148 if(qemu_uuid_parse(optarg, qemu_uuid) < 0) { in main()
/external/qemu/hw/
Dsmbios.c154 if (qemu_uuid_parse(buf, qemu_uuid) != 0) { in smbios_build_type_1_fields()