Home
last modified time | relevance | path

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

/aosp14/system/core/bootstat/
H A Dbootstat.cpp823 bool addKernelPanicSubReason(const pstoreConsole& console, std::string& ret) { in addKernelPanicSubReason() function
890 bool addKernelPanicSubReason(const std::string& content, std::string& ret) { in addKernelPanicSubReason() function
891 return addKernelPanicSubReason(pstoreConsole(content), ret); in addKernelPanicSubReason()
1033 addKernelPanicSubReason(content, ret); in BootReasonStrToReason()
1072 if (!addKernelPanicSubReason(console, ret) && in BootReasonStrToReason()