Home
last modified time | relevance | path

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

/system/core/logd/
DLogAudit.h43 std::string denialParse(const std::string& denial, char terminator,
DLogAudit.cpp132 std::string LogAudit::denialParse(const std::string& denial, char terminator, in denialParse() argument
138 start_index, denial.find(terminator, start_index) - start_index); in denialParse()
/system/core/bootstat/
Dbootstat.cpp776 std::string terminator(quoted ? "'" : ""); in getSubreason() local
779 if (correctForBitErrorOrUnderline(subReason, m.first + terminator)) continue; in getSubreason()
782 correctForBitErrorOrUnderline(subReason, m.first.substr(strlen("reboot,")) + terminator); in getSubreason()
785 m.first.substr(strlen("kernel_panic,sysrq,")) + terminator); in getSubreason()
787 … correctForBitErrorOrUnderline(subReason, m.first.substr(strlen("kernel_panic,")) + terminator); in getSubreason()
/system/chre/platform/shared/idl/
Dhost_messages.fbs182 /// char, \0 - null-terminator
185 /// messages. The last byte will always be a null-terminator. There are no
/system/update_engine/
DBUILD.gn146 "common/terminator.cc",
DAndroid.bp163 "common/terminator.cc",