Home
last modified time | relevance | path

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

/system/core/logd/
DLogAudit.h49 std::string denialParse(const std::string& denial, char terminator,
DLogAudit.cpp133 std::string LogAudit::denialParse(const std::string& denial, char terminator, in denialParse() argument
139 start_index, denial.find(terminator, start_index) - start_index); in denialParse()
/system/core/bootstat/
Dbootstat.cpp642 std::string terminator(quoted ? "'" : ""); in getSubreason() local
645 if (correctForBitErrorOrUnderline(subReason, m.first + terminator)) continue; in getSubreason()
648 correctForBitErrorOrUnderline(subReason, m.first.substr(strlen("reboot,")) + terminator); in getSubreason()
651 m.first.substr(strlen("kernel_panic,sysrq,")) + terminator); in getSubreason()
653 … 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/
Dupdate_engine.gyp170 'common/terminator.cc',
DAndroid.bp163 "common/terminator.cc",