Home | History | Annotate | Download | only in bootstat

Lines Matching full:substr

372     std::string next(r.substr(pos));
480 if (needle == reason.substr(pos, needle.length())) continue;
483 reason = reason.substr(0, pos) + needle + reason.substr(pos + needle.length());
630 std::string subReason(content.substr(pos, max_reason_length));
640 correctForBer(subReason, m.first.substr(strlen("reboot,")) + "'");
686 digits = content.substr(pos + strlen(battery), strlen("100 "));
748 digits = content.substr(pos + strlen(match), strlen("100 "));
792 reason = reason.substr(strlen("reboot"));
794 reason = reason.substr(1);