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

  /external/chromium_org/third_party/hwcplus/src/
hwcplus_util.c 13 #define LOG_BUF_SIZE 1024
59 char buf[LOG_BUF_SIZE];
62 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
72 char buf[LOG_BUF_SIZE];
77 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
85 snprintf(buf, LOG_BUF_SIZE, "Assertion failed: %s", cond);
87 snprintf(buf, LOG_BUF_SIZE, "Unspecified assertion failed");
  /system/core/liblog/
logd_write_kern.c 44 #define LOG_BUF_SIZE 1024
235 char buf[LOG_BUF_SIZE];
237 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
245 char buf[LOG_BUF_SIZE];
248 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
257 char buf[LOG_BUF_SIZE];
260 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
269 char buf[LOG_BUF_SIZE];
274 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
282 snprintf(buf, LOG_BUF_SIZE, "Assertion failed: %s", cond)
    [all...]
logd_write.c 43 #define LOG_BUF_SIZE 1024
390 char buf[LOG_BUF_SIZE];
392 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
400 char buf[LOG_BUF_SIZE];
403 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
412 char buf[LOG_BUF_SIZE];
415 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
424 char buf[LOG_BUF_SIZE];
429 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap);
437 snprintf(buf, LOG_BUF_SIZE, "Assertion failed: %s", cond)
    [all...]

Completed in 349 milliseconds