Searched refs:guid_str (Results 1 – 4 of 4) sorted by relevance
75 char guid_str[kGUIDStringLength + 1]; in UpdatePath() local76 if (!CreateGUID(&guid) || !GUIDToString(&guid, guid_str, sizeof(guid_str))) { in UpdatePath()81 path_ = directory_ + "/" + guid_str + ".dmp"; in UpdatePath()
227 char guid_str[kGUIDStringLength + 1]; in InternalWriteMinidump() local228 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()
29 MemoryAllocatorDumpGuid::MemoryAllocatorDumpGuid(const std::string& guid_str) in MemoryAllocatorDumpGuid() argument30 : MemoryAllocatorDumpGuid(HashString(guid_str)) { in MemoryAllocatorDumpGuid()
25 explicit MemoryAllocatorDumpGuid(const std::string& guid_str);