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

  /external/google-breakpad/src/common/linux/
guid_creator.h 46 bool GUIDToString(const GUID *guid, char *buf, int buf_len);
guid_creator.cc 92 bool GUIDToString(const GUID *guid, char *buf, int buf_len) {
  /external/google-breakpad/src/common/solaris/
guid_creator.h 48 bool GUIDToString(const GUID *guid, char *buf, int buf_len);
guid_creator.cc 72 bool GUIDToString(const GUID *guid, char *buf, int buf_len) {
  /external/google-breakpad/src/client/linux/handler/
minidump_descriptor.cc 76 if (!CreateGUID(&guid) || !GUIDToString(&guid, guid_str, sizeof(guid_str))) {
  /external/google-breakpad/src/client/solaris/handler/
exception_handler.cc 228 if (CreateGUID(&guid) && GUIDToString(&guid, guid_str, sizeof(guid_str))) {
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.cc 312 && GUIDToString(&guid, guidString, sizeof(guidString))))

Completed in 254 milliseconds