Home
last modified time | relevance | path

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

/system/core/bootstat/
Dbootstat.cpp654 bool correctForBitErrorOrUnderline(std::string& reason, const std::string& needle) { in correctForBitErrorOrUnderline() function
774 correctForBitErrorOrUnderline(subReason, s); in getSubreason()
779 if (correctForBitErrorOrUnderline(subReason, m.first + terminator)) continue; in getSubreason()
782 correctForBitErrorOrUnderline(subReason, m.first.substr(strlen("reboot,")) + terminator); in getSubreason()
784 correctForBitErrorOrUnderline(subReason, in getSubreason()
787correctForBitErrorOrUnderline(subReason, m.first.substr(strlen("kernel_panic,")) + terminator); in getSubreason()