HomeSort by relevance Sort by last modified time
    Searched defs:CrashGenerator (Results 1 - 2 of 2) 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...]

Completed in 62 milliseconds