Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dutil.cpp38 auto terminator = std::find(it, cmdline.cend(), '\0'); in get_command_line() local
39 result.emplace_back(it, terminator); in get_command_line()
40 it = std::find_if(terminator, cmdline.cend(), [](char c) { return c != '\0'; }); in get_command_line()
/system/logging/logd/
DLogAudit.h43 std::string denialParse(const std::string& denial, char terminator,
DLogAudit.cpp134 std::string LogAudit::denialParse(const std::string& denial, char terminator, in denialParse() argument
140 start_index, denial.find(terminator, start_index) - start_index); in denialParse()
/system/core/bootstat/
Dbootstat.cpp777 std::string terminator(quoted ? "'" : ""); in getSubreason() local
780 if (correctForBitErrorOrUnderline(subReason, m.first + terminator)) continue; in getSubreason()
783 correctForBitErrorOrUnderline(subReason, m.first.substr(strlen("reboot,")) + terminator); in getSubreason()
786 m.first.substr(strlen("kernel_panic,sysrq,")) + terminator); in getSubreason()
788 … correctForBitErrorOrUnderline(subReason, m.first.substr(strlen("kernel_panic,")) + terminator); in getSubreason()
/system/chre/platform/shared/idl/
Dhost_messages.fbs207 /// char, \0 - null-terminator
210 /// messages. The last byte will always be a null-terminator. There are no
289 /// char, \0 - null-terminator
292 /// messages. The last byte will always be a null-terminator. There are no
/system/update_engine/
DBUILD.gn138 "common/terminator.cc",
DAndroid.bp222 "common/terminator.cc",