Home
last modified time | relevance | path

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

/external/vboot_reference/cgpt/
Dcmd_find.c104 if (CGPT_OK != SupportedType(optarg, &params.type_guid) && in cmd_find()
Dcmd_add.c88 if (CGPT_OK != SupportedType(optarg, &params.type_guid) && in cmd_add()
Dcgpt.h145 int SupportedType(const char *name, Guid *type);
Dcgpt_common.c667 int SupportedType(const char *name, Guid *type) { in SupportedType() function