Home
last modified time | relevance | path

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

/system/core/bootstat/
Dbootstat.cpp833 void addKernelPanicSubReason(const pstoreConsole& console, std::string& ret) { in addKernelPanicSubReason() function
898 void addKernelPanicSubReason(const std::string& content, std::string& ret) { in addKernelPanicSubReason() function
899 addKernelPanicSubReason(pstoreConsole(content), ret); in addKernelPanicSubReason()
1041 addKernelPanicSubReason(content, ret); in BootReasonStrToReason()
1080 (void)addKernelPanicSubReason(console, ret); in BootReasonStrToReason()