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

  /external/google-breakpad/src/common/linux/tests/
crash_generator.h 63 string GetCoreFilePath() const;
crash_generator.cc 115 string CrashGenerator::GetCoreFilePath() const {
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper_unittest.cc 80 const string core_file = crash_generator.GetCoreFilePath();
  /external/google-breakpad/src/common/linux/
elf_core_dump_unittest.cc 151 if (stat(crash_generator.GetCoreFilePath().c_str(), &st) != 0) {
160 mapped_core_file.Map(crash_generator.GetCoreFilePath().c_str(), 0));

Completed in 85 milliseconds