Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dguid_creator.h37 #define kGUIDFormatString "%08x-%04x-%04x-%08x-%08x" macro
H A Dguid_creator.cc179 int num = snprintf(buf, buf_len, kGUIDFormatString, in GUIDToString()
/aosp_15_r20/external/google-breakpad/src/common/solaris/
H A Dguid_creator.h39 #define kGUIDFormatString "%08x-%04x-%04x-%08x-%08x" macro
H A Dguid_creator.cc78 int num = snprintf(buf, buf_len, kGUIDFormatString, in GUIDToString()