Searched refs:lineChars (Results 1 – 2 of 2) sorted by relevance
/system/chre/util/nanoapp/ |
D | debug.cc | 33 char lineChars[32]; in logBuffer() local 51 snprintf(&lineChars[offsetChars], sizeof(lineChars) - offsetChars, "%c", in logBuffer() 54 LOGD(" %s\t%s", line, lineChars); in logBuffer() 71 LOGD(" %s%s%s", line, tabs, lineChars); in logBuffer()
|
/system/chre/host/common/ |
D | log_message_parser_base.cc | 43 char lineChars[32]; in dump() local 58 snprintf(&lineChars[offsetChars], sizeof(lineChars) - offsetChars, in dump() 61 LOGV(" %s\t%s", line, lineChars); in dump() 77 LOGV(" %s%s%s", line, tabs, lineChars); in dump()
|