Searched refs:GUIDToString (Results 1 – 11 of 11) sorted by relevance
/external/google-breakpad/src/common/solaris/ |
D | guid_creator.h | 48 bool GUIDToString(const GUID *guid, char *buf, int buf_len);
|
D | guid_creator.cc | 72 bool GUIDToString(const GUID *guid, char *buf, int buf_len) { in GUIDToString() function
|
/external/google-breakpad/src/common/linux/ |
D | guid_creator.h | 46 bool GUIDToString(const GUID *guid, char *buf, int buf_len);
|
D | guid_creator.cc | 92 bool GUIDToString(const GUID *guid, char *buf, int buf_len) { in GUIDToString() function
|
/external/google-breakpad/src/client/linux/handler/ |
D | minidump_descriptor.cc | 76 if (!CreateGUID(&guid) || !GUIDToString(&guid, guid_str, sizeof(guid_str))) { in UpdatePath()
|
/external/google-breakpad/src/client/solaris/handler/ |
D | exception_handler.cc | 228 if (CreateGUID(&guid) && GUIDToString(&guid, guid_str, sizeof(guid_str))) { in InternalWriteMinidump()
|
/external/google-breakpad/src/client/linux/crash_generation/ |
D | crash_generation_server.cc | 312 && GUIDToString(&guid, guidString, sizeof(guidString)))) in MakeMinidumpFilename()
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 3168 FUNC 9e20 ad 0 GUIDToString(MDGUID const*, char*, int)
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 3255 FUNC a380 ad 0 GUIDToString(MDGUID const*, char*, int)
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 31766 FUNC 48738 60 0 GUIDToString
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 33397 FUNC 6ca7c 98 0 GUIDToString
|