Home
last modified time | relevance | path

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

/system/core/bootstat/
Dbootstat.cpp488 bool addKernelPanicSubReason(const pstoreConsole& console, std::string& ret) { in addKernelPanicSubReason() function
507 bool addKernelPanicSubReason(const std::string& content, std::string& ret) { in addKernelPanicSubReason() function
508 return addKernelPanicSubReason(pstoreConsole(content), ret); in addKernelPanicSubReason()
607 addKernelPanicSubReason(content, ret); in BootReasonStrToReason()
663 if (!addKernelPanicSubReason(console, ret) && in BootReasonStrToReason()