Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dlog.cpp78 char line_chars[32]; in DebugBuf() local
86 &line_chars[offset_chars], sizeof(line_chars) - offset_chars, in DebugBuf()
89 Log::Debug(" %s\t%s", line, line_chars); in DebugBuf()
103 Log::Debug(" %s%s%s", line, tabs.c_str(), line_chars); in DebugBuf()