Searched refs:GetCoreFilePath (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/linux/tests/
H A Dcrash_generator.h63 string GetCoreFilePath() const;
H A Dcrash_generator.cc115 string CrashGenerator::GetCoreFilePath() const { function in class:google_breakpad::CrashGenerator
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_core_dumper_unittest.cc80 const string core_file = crash_generator.GetCoreFilePath();
/external/google-breakpad/src/common/linux/
H A Delf_core_dump_unittest.cc151 if (stat(crash_generator.GetCoreFilePath().c_str(), &st) != 0) {
160 mapped_core_file.Map(crash_generator.GetCoreFilePath().c_str(), 0));

Completed in 2256 milliseconds