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

  /external/google-breakpad/src/common/linux/tests/
crash_generator.h 30 // crash_generator.h: Define the google_breakpad::CrashGenerator class,
51 class CrashGenerator {
53 CrashGenerator();
55 ~CrashGenerator();
crash_generator.cc 30 // crash_generator.cc: Implement google_breakpad::CrashGenerator.
99 CrashGenerator::CrashGenerator()
104 CrashGenerator::~CrashGenerator() {
108 bool CrashGenerator::HasDefaultCorePattern() const {
115 string CrashGenerator::GetCoreFilePath() const {
119 string CrashGenerator::GetDirectoryOfProcFilesCopy() const {
123 pid_t CrashGenerator::GetThreadId(unsigned index) const {
127 pid_t* CrashGenerator::GetThreadIdPointer(unsigned index)
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper_unittest.cc 66 CrashGenerator crash_generator;
  /external/google-breakpad/src/common/linux/
elf_core_dump_unittest.cc 45 using google_breakpad::CrashGenerator;
131 CrashGenerator crash_generator;

Completed in 236 milliseconds