Home
last modified time | relevance | path

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

/system/libbase/
Dlogging_splitters.h80 const char* new_line = chunk_position > 0 ? "\n" : ""; in SplitByLogdChunks() local
83 "%s%s%.*s", new_line, file_header.c_str(), length, message); in SplitByLogdChunks()
86 "%s%.*s", new_line, length, message); in SplitByLogdChunks()