Home
last modified time | relevance | path

Searched defs:uuid_to_str (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/trusty/kernel/lib/libc-ext/
H A Duuid.c30 void uuid_to_str(const struct uuid* uuid, char* str) { in uuid_to_str() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/fiptool/
Dfiptool.c255 static void uuid_to_str(char *s, size_t len, const uuid_t *u) in uuid_to_str() function
/aosp_15_r20/external/arm-trusted-firmware/tools/fiptool/
H A Dfiptool.c252 static void uuid_to_str(char *s, size_t len, const uuid_t *u) in uuid_to_str() function
/aosp_15_r20/trusty/user/base/lib/libc-trusty/test/
Dlibc_test.c406 TEST_F(libc, uuid_to_str) { in TEST_F() argument