Searched refs:terminator (Results 1 – 6 of 6) sorted by relevance
/system/core/debuggerd/ |
D | util.cpp | 39 auto terminator = std::find(it, cmdline.cend(), '\0'); in get_command_line() local 40 result.emplace_back(it, terminator); in get_command_line() 41 it = std::find_if(terminator, cmdline.cend(), [](char c) { return c != '\0'; }); in get_command_line()
|
/system/logging/logd/ |
D | LogAudit.h | 42 std::string denialParse(const std::string& denial, char terminator,
|
D | LogAudit.cpp | 161 std::string LogAudit::denialParse(const std::string& denial, char terminator, in denialParse() argument 167 start_index, denial.find(terminator, start_index) - start_index); in denialParse()
|
/system/core/bootstat/ |
D | bootstat.cpp | 807 std::string terminator(quoted ? "'" : ""); in getSubreason() local 810 if (correctForBitErrorOrUnderline(subReason, m.first + terminator)) continue; in getSubreason() 813 correctForBitErrorOrUnderline(subReason, m.first.substr(strlen("reboot,")) + terminator); in getSubreason() 816 m.first.substr(strlen("kernel_panic,sysrq,")) + terminator); in getSubreason() 818 … correctForBitErrorOrUnderline(subReason, m.first.substr(strlen("kernel_panic,")) + terminator); in getSubreason()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 264 /// char, \0 - null-terminator 267 /// messages. The last byte will always be a null-terminator. There are no 405 /// messages. The last byte will always be a null-terminator. There are no
|
/system/update_engine/ |
D | Android.bp | 252 "common/terminator.cc",
|