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

  /external/chromium_org/chrome_elf/
breakpad.h 28 int GenerateCrashDump(EXCEPTION_POINTERS* exinfo);
31 // InitializeCrashReporting() and used by GenerateCrashDump() to record dumps.
chrome_elf_main.cc 24 } __except(GenerateCrashDump(GetExceptionInformation())) {
breakpad.cc 108 int GenerateCrashDump(EXCEPTION_POINTERS* exinfo) {
  /external/chromium_org/chrome_elf/blacklist/
blacklist_interceptions.cc 260 } __except(GenerateCrashDump(GetExceptionInformation())) {

Completed in 225 milliseconds