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

  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.h 111 typedef RPC_STATUS (RPC_ENTRY* UuidCreateType)(UUID* Uuid);
125 UuidCreateType GetCreateUuid();
140 UuidCreateType create_uuid_;
minidump_generator.cc 551 MinidumpGenerator::UuidCreateType MinidumpGenerator::GetCreateUuid() {
557 create_uuid_ = reinterpret_cast<UuidCreateType>(proc);
567 UuidCreateType create_uuid = GetCreateUuid();

Completed in 500 milliseconds