HomeSort by relevance Sort by last modified time
    Searched refs:line_chars (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/util/nanotool/
log.cpp 78 char line_chars[32]; local
86 &line_chars[offset_chars], sizeof(line_chars) - offset_chars,
89 Log::Debug(" %s\t%s", line, line_chars);
103 Log::Debug(" %s%s%s", line, tabs.c_str(), line_chars);
  /system/chre/host/msm/daemon/
chre_daemon.cc 130 char line_chars[32]; local
144 &line_chars[offset_chars], sizeof(line_chars) - offset_chars,
147 LOGV(" %s\t%s", line, line_chars);
163 LOGV(" %s%s%s", line, tabs, line_chars);

Completed in 88 milliseconds