Searched refs:str_to_uuid (Results 1 – 3 of 3) sorted by relevance
35 bool str_to_uuid(const char* str, struct uuid* uuid);
31 bool str_to_uuid(const char* str, struct uuid* uuid) { in str_to_uuid() function
50 if (!str_to_uuid(TRUSTY_APP_UUID, &module_uuid)) { in LLVMFuzzerInitialize()