Home
last modified time | relevance | path

Searched refs:kDumpPath (Results 1 – 1 of 1) sorted by relevance

/system/core/crash_reporter/
Dkernel_collector.cc34 const char kDumpPath[] = "/sys/fs/pstore"; variable
78 ramoops_dump_path_(kDumpPath), in KernelCollector()
275 if (stat(kDumpPath, &st_dump)) { in DumpDirMounted()
276 PLOG(WARNING) << "Could not stat " << kDumpPath; in DumpDirMounted()
281 LOG(WARNING) << "Dump dir " << kDumpPath << " not mounted"; in DumpDirMounted()