HomeSort by relevance Sort by last modified time
    Searched refs:kGUIDFormatString (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/common/linux/
guid_creator.h 38 #define kGUIDFormatString "%08x-%04x-%04x-%08x-%08x"
guid_creator.cc 95 int num = snprintf(buf, buf_len, kGUIDFormatString,
  /external/google-breakpad/src/common/solaris/
guid_creator.h 40 #define kGUIDFormatString "%08x-%04x-%04x-%08x-%08x"
guid_creator.cc 75 int num = snprintf(buf, buf_len, kGUIDFormatString,

Completed in 104 milliseconds