Searched refs:CreateGUID (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dguid_creator.h43 bool CreateGUID(GUID *guid);
H A Dguid_creator.cc63 static bool CreateGUID(GUID *guid) { function in class:GUIDGenerator
87 bool CreateGUID(GUID *guid) { function
88 return GUIDGenerator::CreateGUID(guid);
/external/google-breakpad/src/common/solaris/
H A Dguid_creator.h45 bool CreateGUID(GUID *guid);
H A Dguid_creator.cc54 bool CreateGUID(GUID *guid) const { function in class:GUIDGenerator
67 bool CreateGUID(GUID *guid) { function
68 return kGuidGenerator.CreateGUID(guid);
/external/google-breakpad/src/client/linux/handler/
H A Dminidump_descriptor.cc76 if (!CreateGUID(&guid) || !GUIDToString(&guid, guid_str, sizeof(guid_str))) {
/external/google-breakpad/src/client/solaris/handler/
H A Dexception_handler.cc228 if (CreateGUID(&guid) && GUIDToString(&guid, guid_str, sizeof(guid_str))) {
/external/google-breakpad/src/client/linux/crash_generation/
H A Dcrash_generation_server.cc311 if (!(CreateGUID(&guid)

Completed in 191 milliseconds