Home
last modified time | relevance | path

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

/aosp12/system/core/bootstat/
H A Dbootstat.cpp803 bool addKernelPanicSubReason(const pstoreConsole& console, std::string& ret) { in addKernelPanicSubReason() function
870 bool addKernelPanicSubReason(const std::string& content, std::string& ret) { in addKernelPanicSubReason() function
871 return addKernelPanicSubReason(pstoreConsole(content), ret); in addKernelPanicSubReason()
1013 addKernelPanicSubReason(content, ret); in BootReasonStrToReason()
1052 if (!addKernelPanicSubReason(console, ret) && in BootReasonStrToReason()