Home
last modified time | relevance | path

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

/system/core/bootstat/
Dbootstat.cpp802 bool addKernelPanicSubReason(const pstoreConsole& console, std::string& ret) { in addKernelPanicSubReason() function
869 bool addKernelPanicSubReason(const std::string& content, std::string& ret) { in addKernelPanicSubReason() function
870 return addKernelPanicSubReason(pstoreConsole(content), ret); in addKernelPanicSubReason()
1012 addKernelPanicSubReason(content, ret); in BootReasonStrToReason()
1051 if (!addKernelPanicSubReason(console, ret) && in BootReasonStrToReason()