Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Dkernel_collector.cc78 ramoops_dump_path_(kDumpPath), in KernelCollector()
88 ramoops_dump_path_ = file_path; in OverridePreservedDumpPath()
145 *path = ramoops_dump_path_.Append(StringPrintf(kDumpFormat, record)); in GetRamoopsRecordPath()
185 LOG(ERROR) << "No valid records found in " << ramoops_dump_path_.value(); in LoadPreservedDump()
Dkernel_collector.h114 base::FilePath ramoops_dump_path_; variable