Home
last modified time | relevance | path

Searched defs:newline (Results 1 – 6 of 6) sorted by relevance

/system/libbase/
Dlogging_splitters.h33 const char* newline = strchr(msg, '\n'); in SplitByLines() local
97 const char* newline = strchr(msg, '\n'); in SplitByLogdChunks() local
/system/extras/memory_replay/
DNativeInfo.cpp67 char* newline = reinterpret_cast<char*>(memchr(&buf[buf_start], '\n', buf_bytes)); in NativeGetInfo() local
/system/logging/logd/
DLogAudit.cpp223 static const char newline[] = "\n"; in logPrint() local
/system/libprocinfo/include/procinfo/
Dprocess_map.h288 char* newline = reinterpret_cast<char*>(memchr(&char_buffer[start], '\n', read_bytes)); in ReadMapFileAsyncSafe() local
/system/core/toolbox/
Dgetevent.c521 char *newline = "\n"; in getevent_main() local
/system/logging/logcat/tests/
Dlogcat_test.cpp1502 char newline; in End_to_End() local