Home
last modified time | relevance | path

Searched refs:VB2_GUID_MIN_STRLEN (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/host/lib21/
Dhost_misc.c146 if (!buf || buflen < VB2_GUID_MIN_STRLEN) in vb2_guid_to_str()
160 if (n != VB2_GUID_MIN_STRLEN - 1) in vb2_guid_to_str()
/external/vboot_reference/host/lib21/include/
Dhost_misc2.h15 #define VB2_GUID_MIN_STRLEN 37 macro