Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/handler/
Dminidump_descriptor.cc75 char guid_str[kGUIDStringLength + 1]; in UpdatePath() local
76 if (!CreateGUID(&guid) || !GUIDToString(&guid, guid_str, sizeof(guid_str))) { in UpdatePath()
81 path_ = directory_ + "/" + guid_str + ".dmp"; in UpdatePath()
/external/google-breakpad/src/client/solaris/handler/
Dexception_handler.cc227 char guid_str[kGUIDStringLength + 1]; in InternalWriteMinidump() local
228 if (CreateGUID(&guid) && GUIDToString(&guid, guid_str, sizeof(guid_str))) { in InternalWriteMinidump()
231 dump_path_c_, guid_str); in InternalWriteMinidump()
253 success = callback_(dump_path_c_, guid_str, callback_context_, success); in InternalWriteMinidump()
/external/libchrome/base/trace_event/
Dmemory_allocator_dump_guid.cc29 MemoryAllocatorDumpGuid::MemoryAllocatorDumpGuid(const std::string& guid_str) in MemoryAllocatorDumpGuid() argument
30 : MemoryAllocatorDumpGuid(HashString(guid_str)) { in MemoryAllocatorDumpGuid()
Dmemory_allocator_dump_guid.h25 explicit MemoryAllocatorDumpGuid(const std::string& guid_str);