Home
last modified time | relevance | path

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

/system/core/bootstat/
Dbootstat.cpp685 bool correctForBitErrorOrUnderline(std::string& reason, const std::string& needle) { in correctForBitErrorOrUnderline() function
805 correctForBitErrorOrUnderline(subReason, s); in getSubreason()
810 if (correctForBitErrorOrUnderline(subReason, m.first + terminator)) continue; in getSubreason()
813 correctForBitErrorOrUnderline(subReason, m.first.substr(strlen("reboot,")) + terminator); in getSubreason()
815 correctForBitErrorOrUnderline(subReason, in getSubreason()
818correctForBitErrorOrUnderline(subReason, m.first.substr(strlen("kernel_panic,")) + terminator); in getSubreason()